elixir-pgp-wordlist
pgp-wordlist
is a tool to convert hex to / from words based on the PGP Wordlist from the PGP Corparation. It was inspired and somewhat based on Warrenguy’s Javascript implementation.
I saw the aforementioned package and thought it could be useful on a future project of mine. However, when I seached hex.pm, there was no elixir implementation! So I decided to make my own, like any good dev.
Fast Facts
- First time that I’ve ever used meta programming in a project!
- Pure elixir, no runtime dependencies!