PasswordMan allows users to save and manage all their passwords from one safe space. Thus, users will no longer be required to remember multiple passwords. All they have to remember is their master password that unlocks their password manager.
Changelog-
1.implemented PRG ( Post/Redirect/Get) methodology , now upon form submission , user gets redirected to saved.php page where he can see list of all stored passowrds;from the same page he can enter his key and get his keys decrypted.
2.on the passwordman.php, it no longer shows list of stored hash, it only shows the status related to data.txt file , and now list of stored hashes can be seen on saved.php.
3.generate button function as intended and positioned relatively, more work on css.
4.Structured and reviewed the code of all pages.
5.added close page button to saved.php, will redirect to home page.
7.added close page button to decrypt.php,will redirect to home page.
8.added decryption tap to saved.php so user can decrypt from there as well.
Technologies used
Discussion