Encrypt files and then send them over the internet securely. The files are encrypted using the AES-256-CTR algorithm. Neither files nor passwords are stored on our server.
- Open https://encryption-site-nextjs.vercel.app
- Select a file (under 1MB), input your password then click on Encrypt button. Your encrypted file will be downloaded automatically.
- Send your friend your encrypted file. Then they can decrypt it using your password.
This project is deployed on the Vercel platform, and Vercel's serverless function restricts file uploads to a size under 1MB.