A really simple text encryption algorithm. It was made specifically for that one easteregg in Pendulums demo.
It's a command line utility.
ivy [-e]/[-d] [input filename] [output filename] [key]
- -e - encrypt
- -d - decrypt
You can also use backslash (/e
, /d
).
ivy -e input.txt output.txt D8W9EF0JBF89W1IQ
ivy /d input.txt output.txt D8W9EF0JBF89W1IQ
This algorithm works with UTF-16 encoded files only.
Hello World!
Uses the key: D8W9EF0JBF89W1IQ
368 205 -252 -12 -105 360 63 503 378 436 204 -87
Use Microsoft Visual Studio C++ 2017 or higher to compile it. No other dependencies required.