crypto-usability-study icon indicating copy to clipboard operation
crypto-usability-study copied to clipboard

Test Data: Pseudowords

Open tomrittervg opened this issue 10 years ago • 1 comments

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

tomrittervg avatar May 24 '14 23:05 tomrittervg

Here's a generator: https://github.com/trevp/keyname

Doesn't do fuzzy-matching, though.

trevp avatar May 27 '14 21:05 trevp