pgp-wordlist
Version, currently 0.1.02 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.
Nothing has been indexed for 0.1.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
pgp-wordlist:
github: woodruffw/pgp-wordlist.cr
version: ~> 0.1.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
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.0- Tagged
- Jun 4, 2020
- Commit
cf93bc870490- Indexed
- not yet
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