Skip to content

daoxuanquan/potton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. The Dev there has a deep understanding of symmetric encryption and actively maintains the project.

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")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages