tomrittervg / crypto-usability-study

29 stars 4 forks source link

Test Data: Pseudowords #5

Open tomrittervg opened 10 years ago

tomrittervg commented 10 years ago

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.

trevp commented 10 years ago

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

Doesn't do fuzzy-matching, though.