rsa_encrypt 2.0.0
rsa_encrypt: ^2.0.0 copied to clipboard
Enable you to quickly implement rsa encryption in your flutter app, it covers everything from Generating key pairs, encrypt and decrypting strings.
1.0.3 12/08/2019. #
- Documentation on how to use this package.
1.0.4 06/04/2020. #
- Updating dependencies and updating example app.
1.0.5 21/10/2020. #
- Updating dependencies, Updating RSA keys header/footer, Changed BitStrength to 2048 (more secure), and added new example with BLoC pattern.
2.0.0 27/04/2021 #
- Updating dependencies, Support for Null-Safety