caesar_encryptor 0.1.1 copy "caesar_encryptor: ^0.1.1" to clipboard
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.

[0.1.0] - 2025-05-04 #

Added #

  • Initial release of Caesar Encryptor package.
  • Caesar cipher encryption and decryption for English and Russian alphabets.
1
likes
160
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package for encrypting and decrypting text using the Caesar cipher. Supports multiple alphabets and flexible output formatting.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on caesar_encryptor