/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.fredrb.com
| | grigory.github.io
8.0 parsecs away

Travel
| | This post discusses some of my recent work on linear compression for binary data.
| | benhoyt.com
2.5 parsecs away

Travel
| | An explanation of how to implement a simple hash table data structure, with code and examples in the C programming language.
| | www.pl-enthusiast.net
5.9 parsecs away

Travel
| | This blog post is the first in my series on secure computationand will be presented in two parts. It briefly introduces some work my collaborators and I published this year, which illustrates a pleasant application of programming languages ideas to ... Continue reading
| | www.splitbrain.org
20.2 parsecs away

Travel
| [AI summary] The post explains how to manage password hashing in PHP using DokuWiki's auth_cryptPassword() and auth_verifyPassword() functions to support multiple algorithms like MD5, SHA1, and crypt while ensuring backward compatibility.