Skip to content

I am building a Discord Bot that can encipher and decipher messages.

Notifications You must be signed in to change notification settings

csn3rd/CryptoBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSN3RD's Crypto Bot

I am building a Discord Bot that can encipher and decipher messages.

Current Ciphers

  • Binary
  • Base64
  • Hex

TODO

  • Substitution
  • ROT/CAESAR
  • Vigenere
  • Beaufort
  • Atbash
  • Affine
  • Hill Cipher
  • A1Z26
  • Polybius
  • Railfence
  • Playfair
  • Bifid
  • Trifid
  • Enigma
  • Bacon
  • Morse
  • Baudot
  • Decimal
  • Octal
  • Base32
  • Base85
  • XOR
  • RSA
  • AES
  • SHA1
  • SHA2
  • MD5
  • CRC32

I know there are many more. This is a work in progress.