HyperFlareMC / Passlock

Simple and secure password manager written in Python.
0 stars 0 forks source link

TODO: Add safety net in main() function #1

Open HyperFlareMC opened 1 month ago

HyperFlareMC commented 1 month ago

As of right now, if invalid entries are received with options 2 or 4, the program crashes.

This exception should return an error message notifying the user that null data returned.

HyperFlareMC commented 1 month ago

This was partially amended in v0.0.3...

Methods for checking the existence of keys and sites were successfully added,

but I wasn't able to implement a method to check the existence of a password file, or of the entered site. This will likely take an extra step as the password files are encrypted.