This is a project of my journey to learn python and programming in general.
With this programm, I wanted to learn how to work with files in python.
The "The 'Password Manager' you dont want to trust" is a password manager which saves the adde…
This is a project of my journey to learn python and programming in general.
With this programm, I wanted to learn how to work with files in python.
The “The ‘Password Manager’ you dont want to trust” is a password manager which saves the added infos in a .txt file in your storage and it will be saved until you delete it.
Quick explanation of all the features:
“(1) View all passwords” = Shows all entries in the .txt file
“(2) Add a password” = Adds more informations to the .txt file
“(3) Delete a password” = The user can chose a password which he doesn’t need anymore
“(4) Self destruction” = Completely deletes the .txt file without any warning
“(5) Exit my masterpiece” = Exits the programm
My problem was that when the user wanted to add an password, the already saved password was completely overwritten
And at this problem ChatGPT helped me