Skip to content

ShirleyLe3/EncoderExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

EncoderExtension

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:

Discord Ciphey

|

🐍 Python |

🤔 What is this?

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.

✨ Features

  • 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.

🔭 Encoder Extension

-->

About

Cryptography extension; decoder/encoder Base64,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published