/caesar-cipher

A Caesar cipher implementation, for learning purposes.

Primary LanguageC++

Caesar cipher

This application allows for encoding and decoding of messages using the simple and widely known Caesar cipher. This implementation in particular

  • Ignores non-alphabetic characters
  • Preserves capitalization
  • Supports user-specified 'keys'

Example of usage