maxacan / clypher

GNU General Public License v3.0
0 stars 0 forks source link

Add gracefull handling of incorrect passwords. #11

Closed maxacan closed 3 months ago

maxacan commented 3 months ago

If the wrong password is entered while trying to decrypt a file, the program just raises an fernet.InvalidToken exception.

It would be better to print a nicer message.