Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekGary authored May 9, 2024
1 parent 1ba2785 commit 91b733a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 91b733a

Please sign in to comment.