You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Corrections :
[KRIS_gui.py] :
In the convert window, show the right text on the button ;
[RSA.py] :
The public keys are not anymore stored encrypted with the password (it was useless) ;
When converting a key, the old one and its encrypted version are removed ;
When renaming a key, the old encrypted version is removed (the new encrypted version will be made when closing KRIS) ;
In SecureRsaKeys class, rm_clear and rm_enc methods works better by using full key's name (with the extension) thanks to the new _get_pvk and _get_pvk_enc methods.