konstantinullrich / crypton

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

RSA key generation backwards compatability broken #10

Closed provokateurin closed 4 years ago

provokateurin commented 4 years ago

Previously the key size was fixed to 2048, but in the latest version you can change. The problem is that the default has been changed. People who use this library will wonder why their code may not be working anymore (I had this problem, but I also knew this change was made so I could fix it quickly).

The default should be changed back to 2048.

konstantinullrich commented 4 years ago

You're right. Will be done :)