Luit | 12 years ago | on: “Please let me know if I should stop developing apps for Google Products”
Luit's comments
Luit | 13 years ago | on: Click on the "I" and the "O"
Luit | 13 years ago | on: Click on the "I" and the "O"
did anyone else find the codes manually? I did. I quickly realised that it'd break off the code as soon as it couldn't lead to a match, greatly reducing the search space (which was only 256 options to begin with).
As soon as I noticed that, I worked out all the codes by hand in only 15 minutes (including playing with the experiments I found).
I just iterated through the search space (starting at all zeroes, counting up in binary) and eliminated whole sets of numbers as soon as it broke off the input. e.g. starting with all zeroes it breaks off at the third zero, meaning anything under 00100000 was impossible (immediately eliminating 32 of those 256 options in my search).
Did anyone else do that too? Perhaps more interesting: did anyone have a completely different approach?
Luit | 13 years ago | on: Ruby is too slow for programming competitions
Luit | 14 years ago | on: It's Dangerous, a Python cryptographic signing module
$ python
>>> import os
>>> os.urandom(64)
Luit | 14 years ago | on: It's Dangerous, a Python cryptographic signing module
I strongly agree with Armin: HMAC-SHA1 (note, the combo, it's not just the latter) is still good security for most applications you'd consider this library for.
Luit | 14 years ago | on: It's Dangerous, a Python cryptographic signing module
Luit | 14 years ago | on: It's Dangerous, a Python cryptographic signing module
I bet that as soon as standards bodies (like NIST) actively encourage you to use better hash functions (which they will probably do soon) the developer of this module will decide on what is safe enough for this purpose.
Luit | 14 years ago | on: Markdress - Render any markdown URL
See "I'm a developer and used Google's developer products/tools to create a new product. Can I use the Google name?" on http://www.google.com/permissions/faq.html