Cryptographic patterns for encryption, hashing, key derivation functions (KDFs), TLS configuration, JWT signing, password storage, and authentication tokens — with deterministic weak-algorithm detection script. Identifies use of deprecated algorithms (MD5, SHA1, DES, ECB mode) and insecure configurations. Use proactively when reviewing code that uses encryption, hashing, or key management, auditing password storage or authentication tokens, checking TLS configuration, reviewing JWT signing algorithms, or any context where cryptographic primitives are chosen or configured. Run the validator for deterministic weak-algorithm detection.
$npx -y skills add everyone-needs-a-copilot/claude-copilot --skill crypto-patternsInstalls into the current project.
Run `npx skills use "https://github.com/everyone-needs-a-copilot/claude-copilot" --skill "everyone-needs-a-copilot/claude-copilot/crypto-patterns"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/everyone-needs-a-copilot/claude-copilot" that are relevant to the current task. Run `npx skills add "https://github.com/everyone-needs-a-copilot/claude-copilot"` and select the relevant skills, then follow their instructions.