Enigma v1.3.1 Technical Notes
Number Servers Affected Issue
1000 CF5 Characters above code 128 misrepresented
Description
ASCII characters above character code 128 are not properly represented in Java. This is due to how ColdFusion 5 passes these characters on to the Java Run Time Environment. The issue seems to be related to certain character code combinations as not all characters above 128 are affected.
Remedy
Encode your text with URLEncodedFormat(string) before passing the data into CFX_Enigma. Then when decrypting your text use URLDecode(string) on the output of the CFX_Enigma Decryption process.