abraunegg / abraunegg/onedrive
Feature Request: Option to encrypt files in the cloud
未关闭
Feature Request
Workaround Available
- 主要语言
- D
- 星标
- 12.8k
- 派生
- 912
- 平均合并
- 1 天 8 小时
- 30 天内合并 PR
- 25
描述
This would add privacy from Microsoft without hindering user experience. It could be done by encrypting before uploading and decrypting after downloading. Additionally, this would be encrypted using the hash of a user's password as a symmetric key.
贡献指南
调研方向
Look at the file upload and download flows in the codebase, likely in modules handling cloud sync. Research how to integrate symmetric encryption (e.g., using a password hash) into these flows. Check for existing cryptographic libraries or utilities in the project. Determine what 'done' looks like by verifying encrypted files are stored and decrypted correctly without breaking sync functionality.
由索引模型根据 Issue 内容生成。
评估
- 领域
- cloud, security
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100