Twiddling the Bits
Pages
(Move to ...)
Home
▼
Thursday, June 19, 2014
World's Nerdiest Glasses
›
Here I am modeling our "idealized head tracker" glasses for the Fire phone announcement: We built these in the early days of...
55 comments:
Amazon Fire Phone
›
I can finally reveal the reason for letting my blog lie dormant for so long. I've been fully occupied (and then some) working on a secre...
30 comments:
Tuesday, January 10, 2012
LINQ sorting is also vulnerable
›
This is a follow-up post to .Net's Sort Is Not Secure. Don't Use It. Here's a Better One. A reader asked if LINQ's sort ha...
60 comments:
Friday, January 6, 2012
Quicksort: Is picking a pivot at random secure?
›
Eric offered this suggestion: Another way to harden quicksort is to select the elements used in the pivot calculation randomly. This make...
37 comments:
Thursday, January 5, 2012
Vote for fixing .Net's sorting security vulnerability
›
Several people suggested reporting this to Microsoft. Good idea. If you feel it is important to fix this you can vote for it at the followi...
273 comments:
Tuesday, January 3, 2012
.Net's Sort Is Not Secure. Don't Use It. Here's a Better One.
›
.Net's Array.Sort (up to at least version 4.0) has serious weaknesses: 1. It is insecure and using it makes you vulnerable to a malici...
86 comments:
Wednesday, December 21, 2011
SPRUCE - A Way of Thinking About Software
›
Analyzing and comparing software can be a complex task and I needed a way to break it up into components to avoid being overwhelmed by th...
42 comments:
›
Home
View web version