Archive by Author
Bash script to generate MD5 hashes

Bash script to generate MD5 hashes

An example of a simple Bash script to generate random MD5 hashes and optionally save them to a file.

Read full storyComments { 0 }
Alphabetical For and Foreach Loops in PHP

Alphabetical For and Foreach Loops in PHP

Combining a for loop with PHP’s chr() function, or a foreach loop with PHP’s range() function, you can loop through the entire alphabet or any subset thereof.

Read full storyComments { 2 }