Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
/ passphrase Public archive

Elixir module for generating passphrases with English words

Notifications You must be signed in to change notification settings

Paradem/passphrase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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().

About

Elixir module for generating passphrases with English words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages