NEN 7510 §10.1 (based on ISO 27001 A.10.1) requires a policy for the use of cryptographic controls to protect information. Encryption of sensitive data in transit is a baseline requirement.
Post-quantum encryption: Paramant encrypts all data client-side using ML-KEM-768 (NIST FIPS 203, post-quantum key encapsulation) combined with ECDH X25519. Even if quantum computers become available in the future, historically intercepted files cannot be deciphered.
Key management: Encryption takes place exclusively on the sender’s device. The relay receives only encrypted data and never holds the decryption key. The receiver generates their own ephemeral key pair — the private key never leaves the receiver’s device.
No storage risk: No files are written to disk. After receipt, data is wiped from memory (burn-on-read). There is no “data at rest” that would need to be encrypted, because there is no storage.
NEN 7510 §10.1 requires cryptographic controls for sensitive data — paramant delivers post-quantum client-side encryption without the relay ever holding the decryption key.