simple_rsa3 2.0.2
simple_rsa3: ^2.0.2 copied to clipboard
A plugin to make RSA encryption simple, right now it just only work on Android and ios.
2.0.2 #
Add a longer project description. Fix a bug on the ios side that didn't let to build the project. Fix sample app.
2.0.1 #
Fix description Migration to flutter 2.5 Migration of repo to keep this library alive
1.0.2 #
Upgrade to SwiftyRSA 1.7.0
1.0.0 #
Support null safety
0.0.7 #
Fixed a bug that wouldn't let it build with Xcode.
0.0.6 #
- We encountered an error with the iOS implementation when using xCode 11.5, we updated the depedency with SwiftyRSA to 1.6.0 version :)
0.0.5 #
- Migrate to AndroidX
0.0.4 #
- Edit encryptData for support input size greater then 512 bytes
0.0.3 #
- Fixed iOS functions and optimize the code
0.0.2+1 #
- Add method for decrypt string (more 512 byte) with public key (ANDROID)
0.0.2 #
- Add iOS compatibility
- Add signData and verifyData method
0.0.1 #
- Initial experimentation