Packages
passphrase
0.1.0
Passphrase generates secure, random, easy-to-remember passphrases consisting of space-separated simple English words.
Current section
Files
Jump to
Current section
Files
passphrase
README.md
README.md
# 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:
```elixir
def deps do
[{:passphrase, "~> 0.1.0"}]
end
```
## Generate a Passphrase Interactively
1. [Install the Elixir programming language.][ex]
2. In a shell run `iex -S mix`.
3. Enter `Passphrase.new()`.
[ex]: https://elixir-lang.org/install.html