Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natronics/space-phrase
Space themed passphrase generator
https://github.com/natronics/space-phrase
Last synced: about 2 months ago
JSON representation
Space themed passphrase generator
- Host: GitHub
- URL: https://github.com/natronics/space-phrase
- Owner: natronics
- License: gpl-3.0
- Created: 2015-04-04T03:39:02.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-02-12T23:51:33.000Z (almost 9 years ago)
- Last Synced: 2024-04-16T18:09:30.629Z (9 months ago)
- Language: JavaScript
- Homepage: https://natronics.github.io/space-phrase/
- Size: 16.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Space Phrase
Create a [passphrase](https://xkcd.com/936/) made of famous space words, for example names of rockets and astronauts.1
Example:
### How to use:
Download the code. To use, for example, in a site like this include it and call `phrase`:
``` html
// Get a random space phrase:
console.log(phrase({'deliminator': '-'}));```
--------------------------------------------------------------------------------
1. Maybe don't actually use this for an important password2
2. Seriously, the word list is small and public. Still, it's fun though