Verbose Logging

software development with some really amazing hair

T + G I F R

Archives for 8/2012

A Timing Attack In Action

· Posted in Programming
Last week I wrapped up the chapter on the crypto package in Go, The Standard Library Within the crypto package we have the crypto/subtle package. This package contains functions for doing constant time operations which are an important part of cryptography. Constant time functions help prevent timing attacks which are caused when operations take different amounts of time to complete a task based on some input. When the time something takes leaks…

The crypto Chapter In Go, The Standard Library Is Available

· Posted in Books
Wow, that was a big one. Late Wednesday night I finished the crypto chapter in Go, The Standard Library, and it's a doozy. It pushes the size of the book up to 100 pages. Think about that. It's only 7 out of 40 chapters complete. It's kind of freaking me out. There's a mailing list, Twitter account, and a feedback form, so head over to The Standard Library for all things related to that. You can buy the book for only $39, and please do, because …