Tag: programming

Salting Passwords in plain sight

Miscellania

Interesting method of creating a unique salt that can only be derived from the password being...
Read More

Forking PHP

Coding

Interesting code used to fork long running processes in php. The first script, prefork.php, is for forking a given function from a given...
Read More
Close