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]
A simple gtk4 gui for PobCrypt.
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
Install a D compiler and dub package manager. Install Gtk4 development files for your system.
From project root run:
dub build
.pobsrc
screenshots
source
dub.json(05/09/2025 )
dub.selections.json(07/08/2025 )
exclusions.txt(06/09/2025 )
icon.png(29/07/2025 )
readme.md(06/09/2025 )