TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Additional Checksum Algorithms for Amazon S3

1 pointsby jeffbarrabout 3 years ago

1 comment

PaulHouleabout 3 years ago
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.