crypton 1.1.1 crypton: ^1.1.1 copied to clipboard
A simple Dart library for asymmetric encryption and digital signatures
1.1.1 #
- Insure backwards compatibility of
RSAPrivateKey.createSignature
andRSAPublicKey.verifySignature
- Update dependencies
1.1.0 #
- Add RSA key formatting
- Add SHA-512 signing and verification
- Fix RSA encryption/decryption
- Insure backwards compatibility Thank you jld3103 for contributing
1.0.9 #
- The length of the RSAPrivateKey is now adjustable thanks to melewetwo
- Added more documentation
1.0.8 #
- Update dependencies
1.0.7 #
- Add toPem and fromPem to RSAPublicKey
- Add toPem and fromPem to RSAPrivateKey
1.0.6 #
- Update dependencies
1.0.5 #
- Add more Documentation and fix a small bug
1.0.4 #
- Styled Code using new Guidelines
1.0.3 #
- Fixed Typos in README
1.0.2 #
- Add Documentation
1.0.1 #
- Add Documentation
1.0.0 #
- Update README, Ready for Version 1.0.0
0.0.5 #
- Update Code Format
0.0.4 #
- Add ECKeypair with Random Key-generation
- Add ECSignature creation and Signature validation
0.0.3 #
- Update Code Format
0.0.2 #
- Add Example overview
0.0.1 #
- Add RSAKeypair with Random Key-generation
- Add RSASignature creation and Signature validation
- Add encryption using RSA