https://github.com/aapis/haze
Generate passwords you'll actually remember.
https://github.com/aapis/haze
Last synced: 4 months ago
JSON representation
Generate passwords you'll actually remember.
- Host: GitHub
- URL: https://github.com/aapis/haze
- Owner: aapis
- Created: 2014-05-06T17:00:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T17:12:38.000Z (about 11 years ago)
- Last Synced: 2025-01-28T14:14:21.299Z (6 months ago)
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haze - PassWORD generator
Passwords are pretty easy to remember already, I mean what kind of idiot wouldn't remember "kj4|89njknkjnsd,mms+__kjhfnbsd98", but this should make things a bit easier to remember how to get into your things.
## Sample Password
test-strain-clasp
The next word is taken from a pool of words based on the previous one, so all the words are related in some way and are somewhat more memorable. A separator, the dash in this example, is optional and defaults to an empty string.
## Required API access
To run this code you'll need to sign up for an API account at [Big Huge Labs](https://words.bighugelabs.com/). They're free, but you're limited to 1000 requests per day. I've already hit the limit during development so you'll likely hit it as well, unless you pay for a higher tier with more daily requests.
Please note, the length of the word limits how many requests you can make. If you want a 10 word password each time, at 1000 requests/day, you can only make 100 requests before you're rate limited.
## Configuration
Rename `lib/api-sample.php` to `lib/api.php` and add your API key from Big Huge Labs.