Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicinabox/hatchpass-sinatra
Secure password creation
https://github.com/nicinabox/hatchpass-sinatra
Last synced: about 1 month ago
JSON representation
Secure password creation
- Host: GitHub
- URL: https://github.com/nicinabox/hatchpass-sinatra
- Owner: nicinabox
- License: mit
- Created: 2011-04-17T03:55:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-26T02:45:31.000Z (about 12 years ago)
- Last Synced: 2024-10-06T18:14:53.265Z (about 1 month ago)
- Language: JavaScript
- Homepage: hatchpass.org
- Size: 289 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Create strong, unique passwords for your online accounts. Don't remember any of them.
This app combines your master password with the domain (and some other data) to create a really kick ass password. Every time you type that combination, you'll get the same password.
This password is unique to you. A special key is assigned to you when you visit the first time. It influences the creation of your passwords. No one else can have the same passwords, even if they use the same master + domain combination.
You may want to remember or write down the key in your url; you won't be able to get the same passwords without it.## But where is my data stored?
Hatchpass uses localStorage to save all your settings. No data is stored on the server. For this reason, your settings will not persist between browsers or machines.