DECRYPT Example
Example:
MyKey
INIT
"123ABC"
MyDefault
"Encrypt using the default key"
MyData
"Encrypt using my key"
.
ENCRYPT
MyData USING MyKey
DECRYPT
This example program illustrates text encryption and decryption using both the default and a user-supplied key.