jerson / flutter-openpgp

OpenPGP for flutter made with golang for fast performance with support for android, ios, macos, linux, windows, web and hover
https://pub.dev/packages/openpgp
MIT License
66 stars 22 forks source link

Recommendation: Method to change private key password #48

Open ides-global opened 1 year ago

ides-global commented 1 year ago

I am looking for a way to change the private key password without regenerating the key pair. An OpenPGP method would be very helpful for this purpose. Is there a way to do this using fast_rsa? A code example/snippet would be much appreciated.

jerson commented 1 year ago

Hi @ides-global , thanks for report this, I think we can include that method to encrypt or decrypt the private key, is going to take some time but we are going to implement it as soon as posible

ides-global commented 1 year ago

Thank you and understood! I am looking forward to this feature.

ides-global commented 1 year ago

Hello, Just checking in. Any progress or advice on this enhancement request? Thank you!