simple_rsa3 2.0.1 copy "simple_rsa3: ^2.0.1" to clipboard
simple_rsa3: ^2.0.1 copied to clipboard

PlatformAndroidiOS
outdated

A plugin for RSA encryption.

2.0.1 #

Fix description

2.0.1 #

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