konstantinullrich / crypton

A simple Dart library for asymmetric encryption and digital signatures
https://pub.dev/packages/crypton
MIT License
34 stars 12 forks source link

Add RSA key formatting, SHA-512 signing and verification, and fix RSA encryption/decryption #9

Closed provokateurin closed 4 years ago

provokateurin commented 4 years ago

Sorry that this is only a single commit/PR, but I was working on my app and had to add all of this to get it working.

provokateurin commented 4 years ago

Had to rebase. I will update the comments for signing later

konstantinullrich commented 4 years ago

Before I merge, can you please please check what went wrong in the failed Test?

provokateurin commented 4 years ago

@konstantinullrich everything fixed and finished.

konstantinullrich commented 4 years ago

Thanks, i'll review the code and then merge your request

provokateurin commented 4 years ago

Cool :+1: