
Implemented 14 algorithms, most of them optimized for run much faster.
Basically, you can crypt any file with custom algorithm. (no password is saved to crypted file)
No .net or any other crap dependencies.
Known bugs:
+Cryptonite can't detect if password is wrong if you use next algorithms: Proba, Ds1, Aes, Xor and Rc4.
+Des saves password in memory(ram) for like 2 minutes.
+Serpent algorithm is slow as hell and doesn't support unicode characters.
Download: