Skip to content

Encrypt'n'Decrypt v0.2.2

Compare
Choose a tag to compare
@Yilmaz4 Yilmaz4 released this 12 May 10:05
· 267 commits to main since this release
e7bde2f

This release adds ability to get encryption keys from 'Encryption Key.key' and 'Encryption Key.txt' files and automatically using them for decrypting also fixes some bugs and crashes. Below information shows all changes and fixes:

General Changes:

  • Added ability to get encryption keys from 'Encryption Key.key' and 'Encryption Key.txt' files and automatically decrypting data using these keys if keys are the right key to decrypt entered encrypted data. If both keys are wrong, then program will ask for a key.

Visual Changes:

-No visual changes made-

Bug & Error Fixes:

  • Fixed a crash when entering a string (text) in save menu after encryption.
  • Fixed a crash when entering a different number other than 1,2 or 3 in main menu.
  • Fixed save as... function is not working properly.
  • Fixed tkinter window not disappearing after save as.