Tech
[程序员] 怎么看待“ZCode 静默上传”的操作,有啥说法吗?
原博客: https://blog.ferstar.org/posts/zcode-silent-workspace-snapshot-upload/
在 zcode 里面让 ai 自己看了一下,结论是全部属实,下面是 ai 的结论:
我先读一下这篇博客说了什么,再在本机核实它的说法。
博客的核心指控是:ZCode 会在登录状态下把整个工作区(含完整 `.git` 历史)打包加密后直传阿里云 OSS,且解密私钥只在服务端。我现在直接在本机(你正在运行 ZCode 的这台 Windows)核对它列出的每类证据。
`v2/checkpoints` 目录存在,结构和博客描述完全一致(`pending/*.tar.gz.enc` 258MB 、`envelope.json`、`manifests/`、`extra-manifests/`、`state.json`)。继续读这些文件核对具体字段。
`state.json` 和 `envelope.json` 与博客描述的字段一字不差(AES-256-CTR + RSA-OAEP-SHA256 包裹密钥、`kind: basel...
Read the full discussion on V2EX
This article was aggregated from V2EX. Click to join the conversation.
View on V2EX