Hi,
For those who may be interested, here is a package using Stata's Java API to compute hash functions, using the Jacksum library:
net from http://jean-claude.arbaut.pagesperso-orange.fr/stata/
The idea comes from this question on Statalist. One can compute the hash of string data, encoded in UTF-8, or file (with names passed in a string variable). All hash functions available in Jacksum can be used. Among others: MD5, SHA-1, SHA-512, Whirlpool, and non-cryptographics ones like Adler32 and CRC.
This is my first public package, and I'll be happy to get any advice, bug report or feature request.
Jean-Claude Arbaut
For those who may be interested, here is a package using Stata's Java API to compute hash functions, using the Jacksum library:
net from http://jean-claude.arbaut.pagesperso-orange.fr/stata/
The idea comes from this question on Statalist. One can compute the hash of string data, encoded in UTF-8, or file (with names passed in a string variable). All hash functions available in Jacksum can be used. Among others: MD5, SHA-1, SHA-512, Whirlpool, and non-cryptographics ones like Adler32 and CRC.
This is my first public package, and I'll be happy to get any advice, bug report or feature request.
Jean-Claude Arbaut
Comment