pobcrypt-gui

Pobcrypt is an application written in D that allows you to encrypt and decrypt files using the AES algorithm. It supports the encryption and decryption of text files, requiring a specific key and initialization vector (IV). Based on [Crypto]


Home Back Clone

A Gtk 4 Gui for Pobcrypt

A simple gtk4 gui for PobCrypt.

Downloads

Download

How to use it

On GNU/Linux you can start the AppImage file. Make it executable first. If you want to install it in your system type from the console :

sudo ./pobcrypt-gui-0.1-x86_64.AppImage --install

for uninstall:

sudo /opt/pobcrypt-gui/uninstall.sh

On Windows untar the tardball and run pobcrypt-gui.exe

How to build from sources

Install a D compiler and dub package manager. Install Gtk4 development files for your system.

From project root run:

dub build

Screenshots


Powered by Code, a simple repository browser by Fabio Di Matteo