trevp
trevp
Looking good, couple comments: For hex: - add spaces or separators to hex to match one of the existing formats: https://moderncrypto.org/mail-archive/messaging/2014/000004.html For the english poems: - couldn't you have the...
I think you're double-counting those 20 bits. If they can't control 48 bits, you just need to mutate 48 bits, since the 2^80 work gets spent on structure and whatever...
Sounds right, except the sentence-generator usually consumes more than 128 bits to wrap up the last sentence, so maybe you should output the actual number of bits consumed and subtract...
Wordlist generator: https://github.com/trevp/keyname Doesn't do fuzzy matching, but has wordlists for "Basic English" and Diceware: ~/code/keyname$ python ./gen_basic.py still - reward - orange - disgust - black - smash -...
Here's a generator: https://github.com/trevp/keyname Doesn't do fuzzy-matching, though.
In addition to OpenSSH fingerprints we should consider "vash" and "Hash Visualization": https://github.com/thevash/vash https://moderncrypto.org/mail-archive/messaging/2014/000217.html Hash Visualization: https://sparrow.ece.cmu.edu/group/pub/old-pubs/validation.pdf The OpenSSH algorithm is described here: http://aarontoponce.org/drunken_bishop.pdf Figuring out which is best, and...
I heard my name! - Happy to give advice on Noise, the rust lib (screech) needs some API cleanup, which I should get to in a few weeks...
yeah that draft's been stable for awhile it's unlikely to change, and major players like Google are going to implement, so it would be great to add support.
On Thu, Aug 11, 2016 at 7:59 AM, kasserater [email protected] wrote: > i have version 0.4.9 and have reproduced the problem I'd apply a fix to tlslite, if someone submits...
Hi Mark, Not that I know of. Google uses a patched older version, so I guess they might do one that would have to be ported. Of course, I accept...