π Authentication Flow
Evegram uses an authentication system based on JWT (JSON Web Tokens) paired with the generation of asymmetric key pairs to ensure End-to-End Encryption (E2EE). The protocol used is the Signal Protocol with military-grade protection.
The server never knows the users' private keys. The cryptographic wallet is decrypted locally on the user's device.