crypton 0.0.3
crypton: ^0.0.3 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 Keypair
See more #
To see more take a look at the examples