| Escape - Unescape Encryption View the source code. These are functions of Javascript. The escape() function encodes special characters (as opposed to normal ASCII letters and numbers), with the exception of: * @ - _ + . / while the unescape() function decodes them. This set of functions was not designed for encryption but was for universal compatibility of character recognition between platforms. | ||||||
|