Skip to content

moson-mo/cryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptor

Simple GUI application for gocryptfs

GitHub release build

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.

Main window
Vault window

How to build

  • 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

How to install

Once built, use meson install -C build to install the application.

For Arch based distributions an AUR package is available here: cryptor

Configuration

On the first run, save your configuration file here:
~/.config/cryptor/cryptor.config

This file will be loaded automatically when cryptor starts...

Dependencies

  • gtk3
  • glib2
  • json-glib
  • libgee
  • gocryptfs