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.
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.