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.

Caesar Encryptor #

A simple and flexible Caesar cipher implementation in Dart with support for English and Russian alphabets.

✨ Features #

  • 🔐 Encrypt and decrypt text using the Caesar cipher
  • 🌐 Supports multiple alphabets: English 🇬🇧 and Russian 🇷🇺
  • 🔡 Preserves letter case
  • 🔤 Leaves punctuation, digits, and symbols unchanged

📦 Installation #

Add this to your pubspec.yaml:

dependencies:
  caesar_encryptor: ^0.1.0
1
likes
160
points
25
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