A secure, modern, graphical interface for the Kryptor CLI.
Kryptor GUI+ is a frontend for the powerful Kryptor encryption tool, letting you encrypt and decrypt files instantly via drag-and-drop and file selection.
Incompatibility: Payloads generated by Kryptor GUI+ cannot be decrypted by the standard Kryptor CLI. This app incorporates custom
KGUIfile headers (to preserve original filenames) and.tar.zstbundling for directories, which the raw CLI does not understand.
.tar.zst files before encryption..bin files, obscuring their contents, and seamlessly restore to their exact original names and extensions upon decryption..txt).Kryptor GUI+ is completely portable and requires no installation wizard, but you need both the GUI application and the official CLI tool:
kryptor-gui.exe release from here.kryptor.exe command-line tool from the Kryptor repository..exe files in the same folder (e.g., your Desktop or a dedicated Tools folder), or add kryptor.exe to your system's PATH.kryptor-gui.exe to launch the application..txt)..tar.zst compression level for directories or grouped files.To compile this project from source, you need Node.js, Rust, and the MSVC C++ Build Tools (for Windows).
Note: The
kryptor.exebinary is only required to run the app successfully, you do not technically need it just to compile the GUI.
# 1. Install dependencies
npm install
# 2. Run the dev server
npm run tauri dev
# 3. Compile the executable
npm run tauri build
This project is licensed under the GNU General Public License v3.0 (GPLv3). See the LICENSE file for full details.
Kryptor GUI+ acts purely as a wrapper frontend. Cryptographic integrity fundamentally relies upon the underlying Kryptor specification.
This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.