I've been reading about BitMessage, an anonymous, encrypted peer-to-peer email protocol. Unfortunately, there are some major problems:

  • BitMessage addresses are 36-character hashes, which isn't very user friendly.
  • Since the address is the hash of your public key, there's no way to change your keys without creating a new address …

Read more

Today, I found an interesting article about password timing attacks. The basic point is that if you check a password one character at a time, the amount of time it takes to receive a "bad password" response tells you how many characters you got right.

Read more