Space Phrase
Create a passphrase made of famous space words, for example names of rockets and astronauts.1
How to use:
Go to the project on github:
https://github.com/natronics/space-phrase
Download the code. To use, for example, in a site like this include it and call phrase
:
<script src="space-phrase.js"></script>
<script>
// Get a random space phrase:
console.log(phrase({'deliminator': '-'}));
</script>
- Maybe don’t actually use this for an important password2
- Seriously, the word list is small and public. Still, it’s fun though