Known Plaintext Attack (KPA) Analysis
Objective
Analyze the resistance of the Prime Cipher (PC) against Known Plaintext Attacks (KPA).
The reviewer is encouraged to determine whether:
- deterministic structures can be isolated
- affine parameters can be recovered
- transposition layers can be separated
- pivot chaining leaks information
Suggested Areas of Investigation
- Frequency analysis
- Plaintext-ciphertext alignment
- Structural pattern leakage
- Deterministic parameter recovery
- Padding removability
- Repeat transformation reversibility
Available Resources
- Full source code
- Cipher specification (PAPER.md)
- KPA datasets (REVIEW_PACK.md)
Questions
- Can affine structure be isolated?
- Does pivot chaining significantly improve diffusion?
- Can transposition layers be reversed independently?
- Can grouping behavior be inferred statistically?
- Does deterministic structure leak exploitable information?
Deliverables
Please include:
- methodology
- observations
- weaknesses discovered
- proof-of-concept attacks (if any)
- recommendations for improvement
Notes
This project is experimental and intended for:
- research
- education
- adversarial testing
- cryptanalysis practice
Known Plaintext Attack (KPA) Analysis
Objective
Analyze the resistance of the Prime Cipher (PC) against Known Plaintext Attacks (KPA).
The reviewer is encouraged to determine whether:
Suggested Areas of Investigation
Available Resources
Questions
Deliverables
Please include:
Notes
This project is experimental and intended for: