y-a-v-a / clarissa

Classic cryptography implementations πŸ›πŸ—

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› πŸ— Clarissa

Some Classic Cryptography ciphers implemented according to algorithms found on Wikipedia. Let it be obvious that none of the implemented ciphers are considered cryptographically secure nowadays. Do not use any of these ciphers for any sensitive data.

$ clarissa -e -c Vigenere -k mykey -t 'plaintext'

πŸ“ Wishlist

  • Additional options for choosing group separation
  • Additional command line parameter for verbose output
  • Additonal ciphers
  • Additional command line parameters for keys

πŸ“œ License

2019 Vincent Bruijn

WTFPL - additionally, attribution is appreciated

About

Classic cryptography implementations πŸ›πŸ—


Languages

Language:JavaScript 100.0%