Simple numerical encryption/decryption
Ability to store strings in encrypted array-string
Usage
num2abc is the decrypter, takes an array-based string of numbers and returns the string based on abc2num.
abc2num takes a string and returns an encrypted numerical string.


Comments