pgp-wordlist
Version, currently 0.1.12 versions
- 0.1.1latestJun 4, 2020
- 0.1.0not indexedJun 4, 2020
github.com/woodruffw/pgp-wordlist.cr
A Crystal library for generating PGP word lists.
2 stars
0 dependents
License: MIT with restrictions
Installation
# Add this to your shard.yml
dependencies:
pgp-wordlist:
github: woodruffw/pgp-wordlist.cr
version: ~> 0.1.1Then run:
shards installshard.yml
- Crystal
0.24.1- License
- MIT with restrictions
- Author
- William Woodruff
Dependencies
This version declares no dependencies.
README
pgp-wordlist.cr
A simple library for converting sequences of bytes into unambiguous English words.
Uses the "official" word list: https://philzimmermann.com/docs/PGP_word_list.pdf
Installation
Add this to your application's shard.yml:
dependencies:
pgp-wordlist:
github: woodruffw/pgp-wordlist.cr
Usage
require "pgp-wordlist"
PGP::Wordlist.from_hexstring "0123 cdef" # => "absurd cannonball spindle unravel"
bytes = [0xfe_u8, 0xed_u8, 0xfa_u8, 0xce_u8]
PGP::Wordlist.from_bytes bytes # => "woodlark unify wallet sardonic"
Contributing
- Fork it (https://github.com/woodruffw/pgp-wordlist.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- woodruffw William Woodruff - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.1- Tagged
- Jun 4, 2020
- Commit
51a13fa33702- Crystal
0.24.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/woodruffw/pgp-wordlist.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 2