/Cipher

Go CLI for basic cryptography

Primary LanguageGoApache License 2.0Apache-2.0

Cipher

A simple Go Command Line Interface to cipher and decipher messages based on simple cipher algorithms

  • rot13
  • caesar
  • vigenere
  • rails
  • columnar
  • double columnar
  • ... more to come

This was an effort to learn golang while learning more about simple cryptography