Skip to content

ZCrypt V3.1

Compare
Choose a tag to compare
@cl-ement05 cl-ement05 released this 21 Apr 12:30
· 53 commits to master since this release
  • Added ability to encrypt metadata even with encrypting with RSA 👍
  • External modules (like RSA or printy) can now be automatically installed if they are missing
  • Added ability to recognize commands even with spaces before or after the text itself
  • Improved settings, especially when setting a custom RSA key length. Now a check is performed to verify the entered value is a power of 2
  • For devs : ZCrypt's main code now only run when name == "main", also merged decrypt into one main function
  • Fixed a bug which caused ZCrypt to crash when printing decrypted in zcrypt mode (see 4064657 for details)
  • And optimisations as usual ;)