cryptor is a simple GUI wrapper for gocryptfs, written in Vala using the GTK toolkit.
It allows you to create and mount gocryptfs encrypted file systems via a graphical user interface.
Settings and "Vaults" are stored in a configuration file.
git clone https://github.com/moson-mo/cryptor.git
(clone repo)cd cryptor
(navigate to project folder)meson setup build
(create build dir with meson)meson compile -C build
(build project)
- Run with:
build/cryptor
Once built, use meson install -C build
to install the application.
For Arch based distributions an AUR package is available here: cryptor
On the first run, save your configuration file here:
~/.config/cryptor/cryptor.config
This file will be loaded automatically when cryptor starts...
- gtk3
- glib2
- json-glib
- libgee
- gocryptfs