It simply demonstrates double XOR encryption. Look in the code for more details.
Inputs
Need a text file.
Assumes
You must be familiar with the function Mod and a bit of string and others (ie. asc, chr, read a file... etc).
Returns
Outputs encrypted or decrypted data to a text file in the same directory as the program.
API DeclarationsNop. This is a simple program.