Skip to content

Security Check: Encrypt/Decrypt Files with Fernet

Notifications You must be signed in to change notification settings

edakrmm/Inquirer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inquirer

This application aims to prevent intruders from getting private files in the computer. This Python script uses Tkinter GUI package to ask you to enter the predefined password periodically and checks whether the real owner of the computer is you or not.

  • First you enter the folder paths that includes your private files. You may make changes on these paths after entering password correctly.
  • If password is entered incorrectly or not entered at all within 60 seconds, then all the files in the predefined paths will be encrypted using Fernet cryptography
  • If you enter the password correctly afterwards, the files will be decrypted back again.

Packages that are needed for the script:

  • You must have MySQL installed. Also you need mysql-connector package added.
  • 'cryptography' is needed for encrypt/decrypt files.
  • Finally you need to install 'tk' package for Tkinter GUI.

About

Security Check: Encrypt/Decrypt Files with Fernet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages