Implementation of the PGP Word List in Scala
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
project
src
utils
.gitignore
README.md
build.sbt

README.md

PGP Words for Scala

by @colindean

Introduction

This library enables conversion from a byte stream to a phonetically distinguishable list of words suitable for effectively saying the bytes in a way that is extremely unlikely to cause mixups.

It is an implementation of the PGP Word List specification.

License

CC0 1.0.

Contributing

You'll need to have Scala and sbt installed.

sbt test

Ensure that any pull requests have tests!