crypto_x 0.0.6 crypto_x: ^0.0.6 copied to clipboard
A Dart library for encryption and decryption. Advanced RSA, AES based on pointycastle.
0.0.6 #
- Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
- upgrade pointycastle to 3.9.1
- remove unnecessary ! operator from some files
0.0.5 #
- Aligns Dart and Flutter SDK constraints.
- remove some warnings
- upgrade pointycastle to 3.7.4
0.0.4 #
- upgrade crypto to 3.0.3
- Aligns Dart and Flutter SDK constraints.
0.0.3+2 #
- upgrade pointycastle to 3.7.3
- Aligns Dart and Flutter SDK constraints.
0.0.3+1 #
- update readme.md.
0.0.3 #
- Supports sign and verify for RSA.
0.0.2 #
- Generate RSA KeyPairs and import to pem format.
- Supports AES. CBC、CFB-8、CFB-128、ECB、OFB-128、CTR.
0.0.1 #
- initial release.