Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.37 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.37 KB

CryptoQuail-Translations

NOTE: NOT MAINTAINED ANYMORE. THIS IS ONLY FOR OBFUSCATION!!!

GitHub language count

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

How to install CryptoQuail

JavaScript

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.