Explore >> Select a destination


You are here

abseil.io
| | www.fluentcpp.com
7.3 parsecs away

Travel
| | FSeam is a mocking framework that doesn't need you to refactor the test code in order to put it under unit tests.
| | paragonie.com
7.5 parsecs away

Travel
| | A lesson on cryptographically secure pseudorandom number generators in PHP, and how to generate random integers and strings from a high quality entropy source like /dev/urandom to generate secure random passwords in PHP.
| | fernandocorreia.dev
6.7 parsecs away

Travel
| | This is part 23 of my journey learning Golang. Random number generators For some kinds of programs, like simulations, games, or test code, it is useful to be ...
| | blog.infosectcbr.com.au
45.0 parsecs away

Travel
| Dr Silvio Cesare @silviocesare Summary I wrote a blog post some months ago on weaknesses in the Linux kernel heap free list pointer hardening implementation. In response to that weakness, Kees Cook wrote an improved kernel patch, which I reviewed. This blog post is an analysis of that patch. I try to break it using...