crypton 2.2.1 copy "crypton: ^2.2.1" to clipboard
crypton: ^2.2.1 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

For symmetric encryption and hashing I strongly recommend to use steel_crypt.

Features #

RSA

  • Generate a random RSAKeypair
  • Sign Strings
  • Validate Signatures
  • Encrypt and Decrypt Strings

EC

  • Generate a random ECKeypair
  • Sign Strings
  • Validate Signatures

See more #

To see more take a look at the examples

Contact #

If you want a specific Feature implemented feel free to create a Pull Request on the Crypton GitHub or tweet at me @konstiullrich (You can also tweet at me just to say "hi")

61
likes
130
pub points
93%
popularity

Publisher

verified publisherkonstantinullrich.de

A simple Dart library for asymmetric encryption and digital signatures

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

asn1lib, pointycastle

More

Packages that depend on crypton