[Git-commits] [grml/grml-live] fd166a: Add SHA-256 and SHA-512 hashes
brian m. carlson
sandals at crustytoothpaste.net
Fri Jan 27 12:18:38 CET 2017
Branch: refs/heads/master
Home: https://github.com/grml/grml-live
Commit: fd166a511adc0f222f365d61252c0a32a78ebcdf
https://github.com/grml/grml-live/commit/fd166a511adc0f222f365d61252c0a32a78ebcdf
Author: brian m. carlson <sandals at crustytoothpaste.net>
Date: 2017-01-15 (Sun, 15 Jan 2017)
Changed paths:
M grml-live
Log Message:
-----------
Add SHA-256 and SHA-512 hashes
Most security-conscious users expect to find SHA-256 hashes of files,
since both MD5 and SHA-1 are considered weak. SHA-512 additionally has
the benefit that it is significantly faster than SHA-256 on 64-bit
systems, processing twice as much data per chunk with only 125% of the
operations. Generate both SHA-256 and SHA-512 hashes anywhere we
provide SHA-1 hashes.
More information about the Git-commits
mailing list