cryptography
SKILL.md
Cryptography Skill
Purpose: Secure encryption, hashing, and key management.
Operations Overview
| Operation | Input | Output |
|---|---|---|
| recommend_algorithm | use_case, level | primary, alternatives |
| analyze_implementation | code, language | vulns, recommendations |
| validate_parameters | algo, key, mode | is_secure, issues |
| generate_key_spec | algo, purpose | spec, rotation |
| analyze_protocol | protocol, version | security, hardening |