rsa_cipher 1.2.2
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
, andKeyPair
are now provided and exposed by the package.