natronics / space-phrase

Space themed passphrase generator

Home Page:https://natronics.github.io/space-phrase/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%