| File |
Description |
| Java_Xpress_Encrypt_File.cfm |
Sample that encrypts and decrypts a file. |
| Java_Xpress_Encrypt_FileHex.cfm |
Sample that encrypts and decrypts a file using a key and iv submitted in HEX format. |
| Java_Xpress_Encrypt_File_COMP.cfm |
Sample that encrypts and decrypts a file using modes that create results that are compatible with CFXWorks' original CFX_ENCRYPT_AES tag. |
| Java_Xpress_Encrypt_String.cfm |
Sample that encrypts and decrypts a string. |
| Java_Xpress_Encrypt_String_COMP.cfm |
Sample that encrypts and decrypts a string using modes that create results that are compatible with CFXWorks' original CFX_ENCRYPT_AES tag. |
| Java_Xpress_MD5_File.cfm |
Sample that creates a MD5 digest for a file. |
| Java_Xpress_MD5_String.cfm |
Sample that creates a MD5 digest for a string. |
| Java_Xpress_SHA1_File.cfm |
Sample that creates a SHA1 digest for a file. |
| Java_Xpress_SHA1_String.cfm |
Sample that creates a SHA1 digest for a string. |
| Java_Xpress_Ascii2Hex.cfm |
Sample that encodes an ASCII string in HEX then decodes it back to ASCII. |
| Java_Xpress_Ascii2Base64.cfm |
Sample that encodes an ASCII string in BASE64 then decodes it back to ASCII. |