Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konstantinullrich/crypton
A simple Dart library for asymmetric encryption and digital signatures
https://github.com/konstantinullrich/crypton
asymmetric-cryptography dart dart-library dart-package dart2 digital-signatures ecdsa elliptic-curve flutter rsa rsa-cryptography rsa-signature
Last synced: 2 days ago
JSON representation
A simple Dart library for asymmetric encryption and digital signatures
- Host: GitHub
- URL: https://github.com/konstantinullrich/crypton
- Owner: konstantinullrich
- License: mit
- Created: 2019-11-24T16:37:20.000Z (almost 5 years ago)
- Default Branch: trunk
- Last Pushed: 2023-10-12T10:11:04.000Z (about 1 year ago)
- Last Synced: 2024-06-18T21:47:39.213Z (5 months ago)
- Topics: asymmetric-cryptography, dart, dart-library, dart-package, dart2, digital-signatures, ecdsa, elliptic-curve, flutter, rsa, rsa-cryptography, rsa-signature
- Language: Dart
- Homepage: https://pub.dev/packages/crypton
- Size: 127 KB
- Stars: 33
- Watchers: 5
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Crypton
A simple Dart library for asymmetric encryption and digital signatures> This library is a simplified interface to interact with the [pointy castle](https://pub.dev/packages/pointycastle)
For symmetric encryption and hashing I strongly recommend to use [steel_crypt](https://pub.dev/packages/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](https://github.com/konstantinullrich/crypton)
or tweet at me [@konstiullrich](https://twitter.com/konstiullrich) (You can also tweet at me just to say "hi")