How to encrypt a file for free before sending it?
Select the file, type a password (or let us generate a strong one) and download the encrypted .ptenc file. Send it through any channel — email, WhatsApp, Drive, WeTransfer — knowing that without the password it is mathematically unreadable. The recipient opens this same page, picks Decrypt and recovers the original.
Serious cryptography, no servers
We use your browser's native Web Crypto API: AES-256-GCM (authenticated encryption, the banking standard) with PBKDF2 key derivation at 210,000 iterations. Unlike 'secure transfer' services, there is no server to trust: the encrypted file and the key never coexist outside your device.
Operational tip
Send the encrypted file through one channel (email) and the password through another (message or call). If you lose the password, nobody — including us — can recover the content: that is exactly what zero-knowledge means.