crypton 1.0.0 crypton: ^1.0.0 copied to clipboard
A simple Dart library for asymmetric encryption and digital signatures
Crypton #
A simple Dart library for asymmetric encryption and digital signatures
This library is a simplified interface to interact with the pointy castle
Features #
RSA
- Generate random a RSAKeypair
- Sign messages
- Validate Signatures
- Encrypt and Decrypt messages
EC
- Generate random a ECKeypair
- Sign messages
- Validate Signatures
See more #
To see more take a look at the examples