Petoron P2P Messenger (P-P2P-M)
Architecture: Pure P2P - no servers, no databases
Key storage: Keys generated in memory, never stored, erased after use
Metadata: Only IP and port exist during the session - everything else is encrypted & obfuscated
Encryption: PQS v1.2 - PBKDF2-HMAC-SHA256 (200k), BLAKE2s-MAC, custom stream cipher + fake padding
Authentication: BLAKE2s-MAC (16 bytes) - instant failure on any data change
Packet obfuscation: --stealth mode - padding, hidden structures...