implementing-end-to-end-encryption-for-messaging
端对端加密(E2EE)确保只有通信双方能够读取消息,任何中间方(包括服务器)都无法解密。本技能实现 Signal 协议的双棘轮(Double Ratchet)算法简化版本,使用 X25519 进行密钥交换,HKDF 进行密钥派生,AES-256-GCM 进行消息加密。
Source facts
- Repository
- killvxk/cybersecurity-skills-zh
- Last source activity
- March 17, 2026 at 22:22
- Detected SKILL.md language
- Chinese
- Stars
- 42
- Forks
- 9
Install options
The review-first prompt is selected by default. You can switch to a direct command or download a local copy.
Review the source files
Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.