wordlists

Crates.iowordlists
lib.rswordlists
version0.2.0
sourcesrc
created_at2022-06-13 02:08:05.900423
updated_at2022-06-14 07:18:32.25763
descriptionTake bits, give words.
homepage
repositoryhttps://git.sr.ht/~dstar4138/wordlists-rs
max_upload_size
id604862
size982,724
Dean (dstar4138)

documentation

README

WordLists

Current Release: 0.2.0

License builds.sr.ht status Latest version Documentation

This package encodes a number of wordlists behind a somewhat unified interface. This interface is useful for:

  • Encoding binary data as a wordlist.
  • Encoding a UUID or number as a wordlist.
  • Generating a random wordlist.
  • Take a Wordlist and generate the binary from it.
  • Validate binary given a wordlist.
  • Confirm if a wordlist comes from a specific generator.

Utility of this package; while it has a number of sub-implementations, each is gated by a feature-flag.

Note on the package name...

I don't know what to call this package; but this is a package of word-lists, so that's what I called it. However, there is a squat-on package called 'wordlist', so there may eventually be issues here.

Alternatives

There are a lot of packages which encode "a wordlist" already, such as: eff-wordlist, diceware, chbs, among others. They are probably better than this package.

Commit count: 0

cargo fmt