PasswordDefender is the tiny bookmark script which allows to create unique strong one-side password for each unique site by using your master password
- A unique one-way password for each site by using your single master password
- The generated password is extra strong and long independently by length of master password
- Does not require any registration, storage and any extentions
- Cross browser support (Note: The mobile version can be found here)
- Offline mode support
- Extra simple for usage
- Create new bookmark in most visible space of your browser
- Set name of the bookmark as "Password" or somthing like that
- Copy to the clipboard content of bookmark.js file
- Set location URL of the bookmark (paste from clipboard)
- Open the site on which you want to "sign-in" or "sign-up"
- Tap to the "Password" bookmark
- You can see the "Password" widget in left-top side of page
- Enter your master password to the password field of the widget
- Tap to the password field on "sign-in" or "sign-up" form of the page
- Tap to the [▸] button on the widget (encrypted password will be inserted to the password field)
Also you can see or copy your encrypted password if you need
Unfortunately, at now mobile gadgets does not provides full functionality of bookmarks. So for mobile gadgets, you can use the following solution.
- Open the site on which you want to "sign-in" or "sign-up" and copy the URL to the clipboard
- Open the "PasswordDefender for Mobile" website
- Paste the copied to clipboard site URL to the "Enter site URL" field
- Enter your master password to the password field and tap to the below button
- Select the content of generated password from the opened popup and then copy to the clipboard
- Return back to the website, paste the generated password to the password field (3) and then tap to submit button (4)
- Minify "src/script.js"
- Encode minified script by using URI scheme
- Wrap minified and encoded script "javascript:void(SOURCE)"
- Save as "bookmark.js"