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: 3 months 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 (over 5 years ago)
- Default Branch: trunk
- Last Pushed: 2023-10-12T10:11:04.000Z (over 1 year ago)
- Last Synced: 2025-03-24T13:21:18.995Z (3 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: 34
- Watchers: 4
- 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")