项目作者: MaciekTalaska

项目描述 :
Diceware password generator in Elixir
高级语言: Elixir
项目地址: git://github.com/MaciekTalaska/dpgex.git
创建时间: 2018-06-25T18:55:17Z
项目社区:https://github.com/MaciekTalaska/dpgex

开源协议:

下载


Build Status

Dpgex Diceware™ Password Generator in Elixir

This is a simple application that aims to help generating easy to remember passwords using Diceware method.

This is Elixir version of the Diceware Password Generator in Rust I have written some time ago.

What is Diceware™ method?

In short - this method allows generating passwords that are relatively easy to remember by humans, but are still safe to use (when generated properly). The best explanation of the method is below strip from xkcd comic:

alt text

Diceware™

Diceware is a trademark of A G Reinhold. Please check the site to get more details on the method.

Diceware™ lists used:

This repo includes several diceware list:

Installation

Note: this package is not ready yet, and is not available on hex. Same is with the docs…

If available in Hex, the package can be installed
by adding dpgex to your list of dependencies in mix.exs:

  1. def deps do
  2. [
  3. {:dpgex, "~> 0.1.0"}
  4. ]
  5. end

Documentation can be generated with ExDoc
and published on HexDocs. Once published, the docs can
be found at https://hexdocs.pm/dpgex.