Sebastián Treu wrote: > are thes equivalent to each others? or should I use the openssl > toolkit? I ask this cause sha1sum results are 41 bytes long. the > SHA-1() doc says 20bytes for output.
Check whether the binary sha1 hashes are being encoded along the way. A common way to encode sha1 hashes is encoded as hex, turning 20 bytes into 40. The 41st byte could be a newline. Regards, Graham -- ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org