Skip to content

natronics/space-phrase

Repository files navigation

Space Phrase

Create a passphrase made of famous space words, for example names of rockets and astronauts.1

Example: https://natronics.github.io/space-phrase/

How to use:

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>

  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

About

Space themed passphrase generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published