crypt
仓库创建 2026年1月7日最近提交 2 天前SkillHot 收录 21 天前
▸ 精选理由
适合架构师和安全工程师做密码学方案评审与设计迭代。
▸ 风险提示
输出为设计建议,关键安全实现应做专业审计与验证。
这个 Skill 做什么
提供算法选择、密钥生命周期与端到端加密架构的设计建议。
给出可落地的加密架构建议:算法选型、密钥生命周期(生成/轮转/撤销)、E2EE 设计、KMS 集成和 TLS/签名方案等。用在设计加密协议、密钥管理或端到端加密系统时。特点是把安全权衡、威胁模型和运维流程一起考虑,既注重理论也有实际实现建议。
▸ 展开 SKILL.md 英文原文
Designing cryptographic architecture: algorithm selection, key management, E2EE, KMS integration, signature verification, and TLS configuration. Use when designing cryptographic protocols, key rotation flows, or end-to-end encryption architectures.
66
Stars
14
Forks
40
仓库内 Skill
+6
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/simota/agent-skills/main/crypt/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/simota/agent-skills/main/crypt/SKILL.md"SKILL.MD 节选查看完整文件 ↗
<!-- CAPABILITIES_SUMMARY: - algorithm_selection: Recommend cryptographic algorithms by use case (encryption, signing, hashing, KDF) - key_management: Design key lifecycle (generation, rotation, derivation, revocation, destruction) - e2ee_design: Design end-to-end encryption architectures (Signal Protocol, MLS, custom) - signature_verification: Design digital signature and JWT/JWE/JWS schemes - password_storage: Design password hashing strategy (Argon2/bcrypt/scrypt selection and tuning) - tls_configuration: Design TLS/mTLS configurations with cipher suite selection - anti_pattern_detection: Detect cryptographic anti-patterns (ECB mode, fixed IV, weak RNG, custom crypto) - pqc_guidance: Prov
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有