Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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