Skip to content

KRIS_v2.0.1

Compare
Choose a tag to compare
@lasercata lasercata released this 17 Apr 13:04
· 49 commits to main since this release
dc3a3ac

Improvements

  • Clear Output (in Edit menu) now uses KrisGui._msg_box_save to not ask confirmation if it is saved ;
  • Improving error message when trying to read the private key of a public key ;
  • FormatMsg now uses a dict for the arguments, so it is possible to use any (ex : FormatMsg(text).set({'Cipher': 'KRIS-AES-256', 'Version': 'KRIS_v2.0.1', 'Key_name': 'name', 'Arg': 'value'})) ;
  • When decrypting a text encrypted with KRIS-*, RSA, or RSA signature, if formatted, it is not needed to select the cipher and the key, it is automatic (can be desactivated in Edit menu) ;
  • It is now possible to have unformatted return for RSA signature ;
  • Popup now uses monospace font ;
  • Popup can now show HTML ;
  • Adding the menu Help with the submenus Help and About ;
  • Adding shortcuts to encrypt (Ctrl+E) and to decrypt (Ctrl+Shift+E) ;
  • If output is hidden and something is encrypted or decrypted, it show it ;

Updates

  • Update translations (adding some) ;

Fixes

  • When using RSA signature, the output is not anymore passed in FormatMsg a second time.