<cfset MyString="12345678901234567890"> *Note: the 20 dig encrypted base 10 number
<cfset MyKey="4e4e4e4e4e4e4e4e4e4e4e4e4e4e4e4e4e4e4e4e4e4e4e4e">
<cfset decrypted_text= decrypt(MyString, MyKey, "DESEDE","HEX")>
<CFOUTPUT>#decrypted_text#
ASKER
ASKER
A web server refers to the software that helps to deliver web content that can be accessed either through the Internet or through an intranet. The primary function of a web server is to store, process and deliver web pages to clients. The communication between client and server takes place using the Hypertext Transfer Protocol (HTTP). The most common use of web servers is to host websites, but there are other uses such as gaming, data storage, running enterprise applications, handling email, FTP, etc.
TRUSTED BY
<cfset theKey= "CFMX_COMPAT">
<cfset myEncoding = "Base64" >
<cfset eC=#Encryptform.name,theKe
and the variable eC is encrypted
in the same way u can decrypt
<cfset eC2= #Decrypt(form.name,theKey,
try this hope it helps u..
http://shariffdotnet.blogspot.com