crypto-usability-study
crypto-usability-study copied to clipboard
Test Data: Pseudowords
We should write a small program that will generate pseudoword-based fingerprints. It should also generate three fingerprints that are matches to 2^80 complexity.
- One 'match' should have the differing words/characters completely at random
- One 'match' should have the differing words at the middle of the fingerprint
- One 'match' should have the differing words that are as close phonetically as possible
Here's a generator: https://github.com/trevp/keyname
Doesn't do fuzzy-matching, though.