cardinal9999 / CryptoQuail-Translations

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 51.7%Language:Ruby 31.2%Language:Go 17.1%