Daily Shaarli

All links of one day in a single page.

January 14, 2020

Hashing passwords on the server-side, a dead end?

Interesting reflection on password hash algorithms and resource consumption by Nicolas Grekas. The conclusion is often the same though, we should get rid of passwords somehow.

Rules for working with dynamic arrays and custom collection classes — Matthias Noback - Blog

A set of good practices for PHP arrays and collection objects. Nothing revolutionary, but these are very good guidelines for any project.