Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for sha1perl.bat

(view source code of sha1perl.bat as plain text)

  1. :: http://www.robvanderwoude.com/batchphp.php
  2. :: Usage:  "SHA1 teststring" returns the SHA-1 checksum for "teststring"
  3. @IF NOT "%~1"=="" perl -MDigest::SHA1=sha1_hex -le "print sha1_hex '%~1'"
  4.  

page last modified: 2024-04-16; loaded in 0.0174 seconds