Skip to content

KRIS_v1.0.4

Compare
Choose a tag to compare
@lasercata lasercata released this 23 Mar 18:54
· 64 commits to main since this release
5bf2028

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.