Skip to content

Releases: meetleev/flutter_crypto_x

0.0.6: * Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.

05 Nov 07:35
Compare
Choose a tag to compare
* upgrade pointycastle to 3.9.1
* remove unnecessary ! operator from some files

0.0.5

27 Jan 12:07
Compare
Choose a tag to compare

Full Changelog: 0.0.3...0.0.5

0.0.3

24 Sep 10:21
Compare
Choose a tag to compare
* Supports sign and verify for RSA.* Supports sign and verify for RSA.

0.0.2: * Generate RSA KeyPairs and import to pem format.

22 Sep 11:27
Compare
Choose a tag to compare
* Supports AES. CBC、CFB-8、CFB-128、ECB、OFB-128、CTR.