(view source code of sha1perl.bat as plain text)
:: http://www.robvanderwoude.com/batchphp.php
:: Usage: "SHA1 teststring" returns the SHA-1 checksum for "teststring"
@IF NOT "%~1"=="" perl -MDigest::SHA1=sha1_hex -le "print sha1_hex '%~1'"
page last modified: 2024-04-16; loaded in 0.0163 seconds