Passphrase provides a simple utility for generating secure passphrases that use dictionary spelling of common words six letters or less.
Add this to your mix.exs
file:
def deps do
[{:passphrase, "~> 0.1.0"}]
end
- Install the Elixir programming language.
- In a shell run
iex -S mix
. - Enter
Passphrase.new()
.