aureliencarle / cryptext

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

Rename Password #3

Closed GregoireUhlrich closed 2 years ago

GregoireUhlrich commented 2 years ago

The Password class should instead be named something like PasswordData to specify that it does not only contain the password but also related data (account, etc).

Maybe move it to a password_data.py and write password prompt utilities in a password_prompt.py file (se issue #2).