Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.11 KB

2PaswordsManager

This is Chrome extension that know how to password.

(Actually just a simple password generator)

  1. Open some site
  2. Click to 2PaswordsManager icon
  3. Input your login and 2 passwords for manager
  4. Choose password length
  5. ...
  6. Profit.

alt text

How to install extensions in Chrome

  1. Open chrome://extensions/
  2. Check "Developer mode" checkbox
  3. Click "Load unpacked extension…"
  4. Choose folder with your extension
  5. Have fun!

So how this works?

  1. 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)
  2. It use iterations of md5 into all inputed data
  3. 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