Cryptography extension; decoder/encoder Base64, Encode and decode text to and from HTML, base64, hexadecimal, and generate hashes using MD5, SHA-1, SHA-3 (256 & 512 bit) Error checking to avoid combinations
File Descriptions:
- run_training.py
- blah.py
- utils.py
- requirements.txt
To Run the Script:
|
Input encrypted text, get the decrypted text back. It aims to be a tool to automate a lot of decryptions & decodings such as multiple base encodings, classical ciphers, hashes or more advanced cryptography.
The technical part. Ciphey uses a custom built artificial intelligence module (AuSearch) with a Cipher Detection Interface to approximate what something is encrypted with. And then a custom-built, customisable natural language processing Language Checker Interface, which can detect when the given text becomes plaintext.
- 50+ encryptions/encodings supported such as binary, Morse code and Base64. Classical ciphers like the Caesar cipher, Affine cipher and the Vigenere cipher. Along with modern encryption like repeating-key XOR and more. For the full list, click here
- Custom Built Artificial Intelligence with Augmented Search (AuSearch) for answering the question "what encryption was used?" Resulting in decryptions taking less than 3 seconds.