Skip to content

πŸ” CryptoQuail in different programming languages. (Only for obfuscation!)

Notifications You must be signed in to change notification settings

cardinal9999/CryptoQuail-Translations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.