aws / aws/aws-encryption-sdk-javascript
Complete streaming support for Browsers
未关闭
- 主要语言
- TypeScript
- 星标
- 260
- 派生
- 68
- 平均合并
- 22 小时 19 分钟
- 30 天内合并 PR
- 2
描述
The Encryption SDK should support streaming for large files.
The message is already framed,
so the fact that AES-GCM operations in WebCrypto are one-shot is not an issue.
This is actually a benefit since a partial decrypt of AES-GCM
without verifying the MAC is a security issue.
However, all the WebCrypto APIs are one-shot.
Streaming the signature or digest functions is not supported.
This issue is to track all streaming support,
and sub issues can be opened to address specific parts
or point solutions.
贡献指南
调研方向
该 issue 未指定任何文件、测试或入口点。首先检查 Encryption SDK 使用的浏览器 WebCrypto APIs 及其现有的消息分帧机制,然后将宽泛的流式支持请求拆分为具体的子 issue。完成的定义是补充缺失的浏览器流式支持,但未指定确切的组件和验收测试。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- security
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100