[Tcsh] rmd160 hash for tcsh sources?

Cameron Kaiser spectre at floodgap.com
Tue May 3 20:37:09 UTC 2022


> I've just found that tcsh source tar files are hashed with some
> RIPEMD-160 algorithm. The corresponding utility 'rmd160' is not
> present in any of OSes that I use (MacOS, RHEL-like Linux, Ubuntu) and
> not even easily available.
> 
> Why don't we use 'sha256' or 'sha512'?

OpenSSL will generate a RIPEMD-160 hash:

	openssl dgst -ripemd160 the.file.tar.gz

-- 
------------------------------------ personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com
-- Merci d'eviter le "Top posting" --------------------------------------------



More information about the Tcsh mailing list