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:
LetterCaseFormatterfor converting to uppercase/lowercase.SpaceFormatterfor inserting spaces every N letters.ReplaceEFormatterto replace 'Ё' with 'Е'.RemoveSpecialSymbolsFormatterto clean special characters.