caesar_encryptor 0.1.1
caesar_encryptor: ^0.1.1 copied to clipboard
A Dart package for encrypting and decrypting text using the Caesar cipher. Supports multiple alphabets and flexible output formatting.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.1] - 2025-05-05 #
Added #
- Support for text formatting during encryption/decryption.
- Added built-in formatters:
LetterCaseFormatter
for converting to uppercase/lowercase.SpaceFormatter
for inserting spaces every N letters.ReplaceEFormatter
to replace 'Ё' with 'Е'.RemoveSpecialSymbolsFormatter
to clean special characters.