crypton 0.0.4
crypton: ^0.0.4 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 #
- Sign messages using RSA
- Validate RSA-Signatures
- Encrypt and Decrypt messages using RSA
- Generate random a RSAKeypair
- Sign messages using ECDSA
- Validate ECDSA-Signatures
- Generate random a ECKeypair
See more #
To see more take a look at the examples