pyhash
for hashing using Python
- Added support for strL variables.
- Updated plugin to use SPI 3.0 by defaut.
- Added options -filelist- and -path()- to hash a list of files
- Added options -file()- and -path()- to hash a single file
- Initialize hash strings as blank, not empty.
- This was compiled with static libraries on Windows, OSX, and Linux so it is not necessary to add a dependencies option.
- Added OSX version
- Strings are now concatenated by default.
- Option
pad
retains the old behavior and pads with null characters, '\0'
shasum
function provides wrapper for OpenSSL hashes.- Output MD5, SHA1, SHA224, SHA256, SHA384, and SHA512 of a varlist.