PasswordMan

PasswordMan

PasswordMan is a php based passoword manager used generate highly secure passwords and store them to local machine in a encrypted form, to decrypt it will use user defined key.

51

The problem PasswordMan solves

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.

Challenges I ran into

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.

Discussion