md5checker is a command line interface tool to check md5.
- PHP with phpcurl
php md5checker.php user:md5
adddir
php md5checker.php test:098f6bcd4621d373cade4e832627b4f6
for multicheck use xargs
xargs -a md5_list.txt -i -n 1 -P 25 php md5checker.php "{}"
for more configs and options look the first lines of this script!
- email: lucid.trip[at]mail[dot]ru