diff --git a/README.md b/README.md index 93d54c4..bdc815f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Secure File Transfer is a web application designed to securely encrypt, transfer ## Features - **File Encryption**: Files are encrypted client-side using the XChaCha20-Poly1305 algorithm before being uploaded. -- **Secure File Upload and Download**: Files are transferred via presigned URLs generated by AWS S3, ensuring that files are never exposed to unauthorized users. +- **Secure File Upload and Download**: Files are transferred via presigned URLs generated by AWS S3, ensuring that files are never exposed to both the backend and unauthorized users. - **Dynamic Decryption**: Files are decrypted client-side, ensuring that the decryption keys never leave the user's environment. - **Responsive Design**: Designed to work on both desktop and mobile browsers.