🔐 Shell Share
端到端加密的终端共享 — 服务端无法解密内容
安装
go install github.com/lihongjie0209/shellshare@latest
使用方法
# 主机端:共享当前 Shell(输出可点击的加入链接)
shellshare share
✔ Session ready — share this link:
shellshare join https://sh.lihongjie.cn/j/a3f8c2...
# 观看端:用链接加入(链接里包含服务器地址和加密信息)
shellshare join https://sh.lihongjie.cn/j/a3f8c2...
安全模型
E2E 加密
Token → SHA-256 → AES-256-GCM 密钥(客户端本地派生,不发送给服务器) 每帧 = [12字节随机Nonce][AES-GCM密文+16字节认证标签] Cloudflare Worker 只转发不透明的加密字节流,无法解密