/passphrase

Elixir module for generating passphrases with English words

Primary LanguageElixir

Passphrase

Passphrase provides a simple utility for generating secure passphrases that use dictionary spelling of common words six letters or less.

Installation

Add this to your mix.exs file:

def deps do
  [{:passphrase, "~> 0.1.0"}]
end

Generate a Passphrase Interactively

  1. Install the Elixir programming language.
  2. In a shell run iex -S mix.
  3. Enter Passphrase.new().