Password Keeper helps store your notes and passwords in an encrypted way. It is responsive, therefore accessible from any device. It uses MySQL for storage. The script has multiple languages and themes and has a MVC structure.
Your passwords will be stored using two different keys – key and phrase – provided at login which will not be stored anywhere. This method ensures that your data will be accessible only to you.
Keywords: bootstrap, encryption, local storage, mysql, password, php
View a demo
Administrator
User: admin
Password: admin
Key: admin
Encrypt: admin
Simple user
User: user
Password: user
Key: user
Encrypt: user
No comments:
Post a Comment