Finding Crypto Misuse

Find exploitable cryptographic misuse, not theoretical weakness: reused nonces (stream and counter/GCM keystream reuse, ECDSA private-key recovery from a repeated per-signature secret), padding oracles that decrypt ciphertext, hash length-extension on naive MAC constructions, predictable or reused IVs and keys, and a hash chosen for the wrong job. Use when reviewing code that encrypts, signs, authenticates, or hashes, or when a protocol rolls its own crypto. The finding is a concrete recovery or forgery, not "weak algorithm."

UnboundCompute fc6c66b 6.3 KB Updated

File contents

UnboundCompute/security-agent-skills/tree/main/skills/finding-crypto-misuse commit fc6c66b9e0

Frequently asked questions

npx skillmds@latest add unboundcompute/finding-crypto-misuse