rsa_cipher 1.2.2 copy "rsa_cipher: ^1.2.2" to clipboard
rsa_cipher: ^1.2.2 copied to clipboard

rsa_cipher is a powerful and easy-to-use package for RSA encryption and decryption in Dart.

1.1.4 #

  • Documentation fixes

1.1.5 #

  • Updated readme to improve documentation clarity and enhance user setup instructions.

1.1.6 #

  • Modified example code for better clarity and demonstration of usage.

1.1.7 #

  • Updated README for better documentation.

1.1.8 #

  • Updated dependencies to the latest versions.

1.1.9 #

  • Updated dependencies to the latest versions.

1.2.0 #

  • Minor code refactor for better readability and maintainability.

1.2.1 #

  • Fixed incorrect use of Random.nextInt(255), which generated values from 0 to 254.
  • Updated to Random.nextInt(256) to correctly include the full 0–255 range

1.2.2 #

  • Users no longer need to import the pointycastle package directly.
  • Common models such as PublicKey, PrivateKey, and KeyPair are now provided and exposed by the package.
1
likes
160
points
74
downloads

Publisher

verified publisherwolfscream.com

Weekly Downloads

rsa_cipher is a powerful and easy-to-use package for RSA encryption and decryption in Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

asn1lib, flutter, pointycastle

More

Packages that depend on rsa_cipher