Encrypt

"-->
 Encrypt (string, seed) 

Description

Encrypts a string. Uses a symmetric key-based algorithm, in which the same key is used to encrypt and decrypt a string. The security of the encrypted string depends on the key. seed is the key that is used to encrpyt and decrypt the string.

Example

 <cfset exampleString = "Welcome to the secret club">  <cfset exampleKey = "44abc">  <cfset secretMessage = Encrypt(exampleString, exampleKey)  


Inside ColdFusion MX
Inside Coldfusion MX
ISBN: 0735713049
EAN: 2147483647
Year: 2005
Pages: 579

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net