Sign inSign up

patterns/effdice

By patterns

Updated about 9 years ago

EFF Dice to generate strong passphrases

Image
0

529

patterns/effdice repository overview

What is this?

This is a Docker image for EFF Dice. It follows the steps described on the EFF page. It's implemented in Golang, but Docker lets us run it without installing Go tools. Docker also allows execution on Linux/Win/MacOS

How to use this image

With the source code

  1. Install Docker
  2. Git clone the src
  3. From the cloned directory, build and run

You can build and run the Docker image:

$ docker build -t effdice cmd
$ docker run -it --rm effdice

With the pre-built image

  1. Install Docker
  2. Run
$ docker run -it --rm patterns/effdice

Tag summary

Content type

Image

Digest

Size

3.5 MB

Last updated

about 9 years ago

docker pull patterns/effdice