|
You are here |
blog.teamleadnet.com | ||
| | | | |
www.adamconrad.dev
|
|
| | | | | Follow along with Steven Skiena's Fall 2018 algorithm course applied to the JavaScript language. | |
| | | | |
pboyd.io
|
|
| | | | | Here's a fun list to look through: Dumb Password Rules. Most of the rules seem arbitrary, like only allowing digits, but some hint at deeper problems. For instance, preventing single-quotes. They aren't inserting passwords into a database without a SQL placeholder, right? Nearly every site on that list has a needlessly short maximum password size. If they're storing passwords correctly, there's no need for this. This post will go through a few bad ways to store a password and you can see what I mean.... | |
| | | | |
samwho.dev
|
|
| | | | | A visual, interactive introduction to hash functions. | |
| | | | |
www.nayuki.io
|
|
| | | [AI summary] This article discusses the implementation and optimization of the Whirlpool hash function in x86 assembly, comparing different programming approaches and benchmarking their performance. | ||