What problem does it solve?
Cryptographic implementations are error-prone and often introduce weaknesses that attackers can exploit. This Skill helps identify weak RNG, nonce/IV reuse, padding oracles, flawed key derivation, algorithm downgrades, signature bypasses, and timing side-channels across crypto operations.
Core Features & Use Cases
- Detect weak RNGs and RNG seeding flaws in token generation, session management, and password flows.
- Identify nonce/IV reuse, improper IV handling, and padding oracle vulnerabilities in encrypted payloads and cookies.
- Audit key derivation functions and password hashing strategies to reveal insufficient work factors or insecure parameters.
- Find algorithm downgrades and misconfigurations that weaken cryptographic protections in TLS, token signing, and data encryption.
- Use in targets with custom crypto logic, token issuance, TLS management, or cryptographic protocols; review code that imports cryptography libraries.
Quick Start
Provide a structured crypto-audit pass for a target: scan for RNG misuse, nonce/IV handling, padding oracle indicators, KDF weaknesses, algorithm downgrade risks, and timing side-channel signals, and deliver concrete evidence.