caesar_encryptor library
Classes
- CaesarEncryptor
- Provides Caesar cipher encryption and decryption with optional formatting.
- FormattingOptions
- Defines options for formatting the output of Caesar cipher results.
- LetterCaseFormatter
-
A TextFormatter that changes the case of the input
text
based on the specified LetterCase. - SpaceFormatter
- A TextFormatter that inserts spaces after every spaceAfterLetters characters.
- TextFormatter
- Base class for text formatters.
Enums
- Alphabet
- Defines available alphabets for Caesar cipher.
- LetterCase
- Represents different letter case transformations for text.