msgbartop
News, views, tips and tricks on Oracle and other fun stuff
msgbarbottom

Strong Encryption in ColdFusion MX 7

The encrypt and decrypt functions have been enhanced in CFMX7 to accept optional arguments that are not in the ColdFusion MX 7 documentation.

The arguments to the encrypt and decrypt functions are changed as follows:

Encrypt(string, key, [algorithm ,encoding ,IVorSalt ,iterations])

Decrypt(string, key, [algorithm ,encoding ,IVorSalt ,iterations])

Read the complete ColdFusion technote here.

Related articles:

Filed in ColdFusion on 06 Jul 05 | Tags: ,


Comments are closed.