Complete Interactive Tests
ℹ️ These tests allow you to manually verify all system functionalities.
Verifies that the same text with the same key always produces the same signature.
The system must be deterministic to ensure reproducibility.
Verifies that different keys produce completely different signatures.
This ensures that the key is essential for security.
Verifies that decryption with the correct key works perfectly.
Verifies that a wrong key does not allow decryption (MAC protection).
Verifies entropy and uniqueness of derived keys. Each key generates 256 bits of unique entropy.
Test with unicode characters, emojis and special symbols to verify compatibility.
Verifies that padding hides the actual message length by grouping similar texts.
Verifies that MAC detects modifications to the signature ensuring integrity.
Verifies handling of extreme cases and invalid inputs.
Verifies that small changes produce large changes in the signature (cryptographic property).
System Information
P-Signature Cryptography
Advanced cryptographic system with security protections and unique mathematical innovations.
Security Features
- ✓ Quantum-Resistant: Not based on factorization or discrete logarithms
- ✓ Key Stretching: 1000 morphogenetic iterations for brute-force resistance
- ✓ Dynamic Padding: Hides the actual message length
- ✓ Morphogenetic MAC: Ensures authenticity and integrity
- ✓ Non-Linear Transformations: 16 Feistel rounds with dynamic S-boxes
- ✓ Constant-Time: Resistant to timing attacks
- ✓ High Diffusion: Avalanche effect > 50%
Mathematical Innovations
- → Cryptographic morphogenesis based on prime numbers
- → Deterministic chaotic patterns with digital root
- → Entropy derived from unique numerical properties
- → Use of historical mathematical symbols (cultural preservation)
- → Universal character-prime mapping
Technical Specifications
Attack Resistance
✓ Brute Force: 2^256 attempts required
✓ Known-Plaintext: Deep non-linear transformations
✓ Differential Cryptanalysis: High diffusion (>50%)
✓ Side-Channel: Constant-time implementation
✓ Manipulation: Immediate MAC detection
✓ Length Analysis: Morphogenetic padding
Changelog
- • Completely redesigned interface
- • Complete interactive tests (10 manual tests)
- • Clear encryption/decryption separation
- • Integrated performance benchmark
- • Automatic security analysis
- • Improved debug mode
- • Centralized key management