GCrypt is an open source tool that helps organizations mitigate sensitive data exposure in files by providing an user-friendly web application to encrypt/decrypt them.
Gcrypt has a web interface where the user authenticates. After user authenticate, the user selects a file and which users and groups should have access to it. With this information, the gcrypt API sends a key to the browser. With this key, the browser encrypts the file and offers the user for download.
This file is encrypted using symmetric encryption and can be sent via email, for example. When the destination receives this file, it enters the gcrypt interface and dragging the file receives the same decrypted file (behind the scenes, the grypt API checks the permissions and sends the key to the recipient's browser).
To contribute, open an issue or an MR with 'work in progress' (WIP) status.
Check our wiki.
This project is licensed under the MIT License - read LICENSE.md file for details.
This article can also be read in Brazilian Portuguese.