This is Chrome extension that know how to password.
(Actually just a simple password generator)
- Open some site
- Click to 2PaswordsManager icon
- Input your login and 2 passwords for manager
- Choose password length
- ...
- Profit.
- Open chrome://extensions/
- Check "Developer mode" checkbox
- Click "Load unpacked extension…"
- Choose folder with your extension
- Have fun!
- This extension use Framework 7 for UI (but it is not necessary, I use it because I want try how it will be works in extension)
- It use iterations of md5 into all inputed data
- Finaly it use own hash function to create password from md5 string
- So you cant reconstruct md5 string from password
- You cant reconstruct inputed data from md5 string