资 源 简 介
Totally Radixal uses a three step algorithm to securely encrypt strings.
A random radix between 20 and 36 is chosen and all characters in the string and converted to their unicode value along that radix.
A random multiplier based on the radix value is chosen and all character values are multiplied by it and placed in a CSV string.
Each character in the CSV string, including commas, has 128 alternate unicode characters that represent it and is randomly converted to one of those alternates.
The encrypted string is, on average, about four times as large as the original.
Totally Radixal contains functions for saving and loading encryption files for easy codex sharing.