CryptoQuail in different programming languages. (CryptoQuail is a stream cipher for code obfuscation)
Note: Some of them are unfinished.
@@ Why use CryptoQuail for your programs? @@
+ CryptoQuail encryption generates short ciphertexts, while some block ciphers generate ciphertexts way longer than the plaintext.
+ CryptoQuail has most of the cryptography utils you need.
+ You don't have to type lots of code to run a function in one of the modules.
+ CryptoQuail uses a transposition cipher for more security.
+ CryptoQuail ciphertexts are completely different when only one character of the key is changed. This is called the avalanche effect.
- Warning: If you encrypt a message with one programming language, you cannot decrypt it with another translation of CryptoQuail.
Note: Transposition cipher not available in some translations
Clone this repo using your git CMD and open the folder in the repo that says "javascript". Now, use the functions in the scripts for your code.
In CryptoQuail.js, there are comments in the encrypt file so you can understand what everything does.