Description
Detect and exploit predictable/related nonce sequences.
Background
When nonces follow predictable sequences (incrementing, XOR patterns, simple transformations), the relationship between consecutive nonces can be exploited for key recovery.
Requirements
Technical Notes
- Overlaps with LCG detection (LCG is a specific case)
- May need heuristics to detect unknown patterns
- Consider statistical tests for relationship detection
Description
Detect and exploit predictable/related nonce sequences.
Background
When nonces follow predictable sequences (incrementing, XOR patterns, simple transformations), the relationship between consecutive nonces can be exploited for key recovery.
Requirements
k_{n+1} = k_n + 1k_{n+1} = k_n ^ constantk_{n+1} = k_n * constantTechnical Notes