"PasswordMan" is a PHP based password manager used to generate highly secure passwords and store them to local machine in an encrypted form, to decrypt the saved Password,it uses user defined Key or MasterPassword.
User can either save his Existing password to the database or
Generate and save that password from the application itself.
It uses SHA-256 and HMAC Encoding Algorithms in combination with user Key to decrypt the passwords and saves them to local DB.
To Decrypt saved password it uses the same Decoding Algorithm.
Currently it is a Browser based application and it can be compiled for Desktop usage by various compiler.
Here is the link of Github Repo.- https://lnkd.in/gSvni9VE