constant▌
2 indexed skills · max 10 per page
constant-time-testing
trailofbits/skills · Testing
Detect timing side channels in cryptographic implementations to prevent secret extraction attacks. \n \n Covers four tool categories: formal verification (mathematical proofs), symbolic execution (concrete counterexamples), dynamic tracing (runtime secret tracking), and statistical testing (real-world timing measurement) \n Provides workflow combining dudect for initial leak detection and timecop for pinpointing root causes, with formal verification for high-assurance audits \n Identifies four c
constant-time-analysis
trailofbits/skills · Productivity
Detects timing side-channel vulnerabilities in cryptographic code across 12 languages. \n \n Analyzes assembly or bytecode to flag variable-time operations (division, secret-dependent branches, weak RNG, table lookups by secret index) that leak secret data through execution timing \n Supports C, C++, Go, Rust, Swift, Java, Kotlin, C#, PHP, JavaScript, TypeScript, Python, and Ruby with language-specific analysis guides \n Offers cross-architecture and optimization-level testing for compiled langu