Unicode Converter - Code Security

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.

  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".

Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!

Unicode Converter - Code Security

Postby kscott » Sat Jun 25, 2005 10:10 pm

Due to growing security demands and an increased need for hiding directory locations, code, etc. I would love to see the ability to convert ASCII to Unicode (BIN and HEX). I currently hand code my sites to hide the base href, java script, and css file locations. Providing the ability to convert your HTML within the HTML creators would lessen the workload for my site creation. Here is a working example. Due to current browser design you can only modify between the "" within the HTML code and not the HTML tags to function correctly.

[b]Normal HTML:[/b]
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=unicode">
<base href="http://www.example.com/hidden/">
<link rel="stylesheet" href="../css/hidden.css" type="text/css">
<script language="javascript" src="../code/doAll.js"></script>
<title>Example [ASCII]</title>
</head>
<body background="../Background.jpg" bgproperties="fixed" link="#FFCC00" vlink="#FFCC00">
<img src="" alt="" id="x102">
<!--src & alt added by .js file-->
</body>
</html>

[b]Encoded HTML:[/b]
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=unicode">
<base href="&#x68;&#x74;&#x74;&#x70;&#x3A;&#x2F;&#x2F;&#x77;&#x77;&#x77;&#x2E;&#x65;&#x78;&#x61;&#x6D;&#x70;&#x6C;&#x65;&#x2E;&#x63;&#x6F;&#x6D;&#x2F;&#x68;&#x69;&#x64;&#x64;&#x65;&#x6E;&#x2F;">
<link rel="stylesheet" href="&#x2E;&#x2E;&#x2F;&#x63;&#x73;&#x73;&#x2F;&#x68;&#x69;&#x64;&#x64;&#x65;&#x6E;&#x2E;&#x63;&#x73;&#x73;" type="text/css">
<script language="javascript" src="&#x2E;&#x2E;&#x2F;&#x63;&#x6F;&#x64;&#x65;&#x2F;&#x64;&#x6F;&#x41;&#x6C;&#x6C;&#x2E;&#x6A;&#x73;"></script>
<title>Example [UNICODE [Hex]</title>
</head>
<body background="&#x2E;&#x2E;&#x2F;&#x42;&#x61;&#x63;&#x6B;&#x67;&#x72;&#x6F;&#x75;&#x6E;&#x64;&#x2E;&#x6A;&#x70;&#x67;" bgproperties="fixed" link="#FFCC00" vlink="#FFCC00">
<img src="" alt="" id="x102">
<!--src & alt added by .js file-->
</body>
</html>
kscott
 
Posts: 1
Joined: Sat Jun 25, 2005 9:37 pm

Postby Karlis » Sun Jun 26, 2005 1:56 pm

Thank you for your suggestion. It will be reviewed when planning new features.
Karlis Blumentals
Blumentals Software
www.blumentals.net
User avatar
Karlis
Site Admin
 
Posts: 3600
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe


Return to HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests

Who is online

Users browsing this forum: No registered users and 30 guests

cron