Skip to content

Additional Checksum Algorithms for Amazon S3

aws.amazon.com
1 pointjeffbarr1 comment
On HN

Comments

I built a system that checksums content in S3 using SHA-512 but keeping only the first 256 bits because that is enough bits and that protects against length extension attacks for certain uses. The disadvantage relative to what they are doing is you need to download the whole file and compute the checksum to validate that the file wasn't garbled during the upload process.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.