fortis 0.1.0 copy "fortis: ^0.1.0" to clipboard
fortis: ^0.1.0 copied to clipboard

High-level cryptography for Dart. Fluent builder API with compile-time safety, sane defaults, and seamless cross-platform interoperability.

Changelog #

0.1.0 - 2026-04-12 #

Added #

  • RSA encryption/decryption with PKCS#1 v1.5 and OAEP padding support
  • AES encryption/decryption with ECB, CBC, CTR, GCM, CFB, OFB, and CCM modes
  • Fluent builder API with compile-time safety via phantom types
  • Async key generation via Dart Isolate
  • Key serialization (PEM, DER, Base64)
  • AAD support for GCM and CCM
  • Automatic IV/nonce management
  • FortisException hierarchy for structured error handling
1
likes
160
points
62
downloads

Documentation

API reference

Publisher

verified publisheredunatalec.com

Weekly Downloads

High-level cryptography for Dart. Fluent builder API with compile-time safety, sane defaults, and seamless cross-platform interoperability.

Repository (GitHub)
View/report issues

Topics

#cryptography #encryption #security

License

MIT (license)

Dependencies

pointycastle

More

Packages that depend on fortis