TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Additional Checksum Algorithms for Amazon S3

1 点作者 jeffbarr大约 3 年前

1 comment

PaulHoule大约 3 年前
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.