I know, you already have 1001 items on the "to do" list :)
In fact, just cli version is enough (at least on my behalf).
I just don't know how I managed to install that on 19.4 (they're not .deb or .rpm files ... ).( Though I'd managed to install and use it (that gui link) there, the gui never launched, however it took place in Menu ).
https://www.aescrypt.com/download/
https://www.aescrypt.com/download/v3/li ... Install.gz
https://www.aescrypt.com/download/v3/li ... Install.gz
https://www.aescrypt.com/download/v3/li ... t-3.14.tgz
AES Crypt [Solved]
Re: AES Crypt [Solved]
FWIW, on CLI MX comes with gpg.Huckleberry Finn wrote: Fri Oct 29, 2021 6:09 am In fact, just cli version is enough (at least on my behalf).
To symmetric encrypt a file with password :
Code: Select all
gpg -o file.asc -c file
Code: Select all
gpg -o file -d file.asc
Code: Select all
gpgconf --reload gpg-agent
Code: Select all
pkill -SIGHUP gpg-agent

Re: AES Crypt
Another way to clear cached passphrases is to use either of the below commands:
Code: Select all
echo RELOADAGENT | gpg-connect-agent
Code: Select all
gpg-connect-agent reloadagent /bye
-
- Posts: 3602
- Joined: Tue Jun 14, 2016 2:02 pm
Re: AES Crypt
I'll tinker with it.
It does seem they have instructions for the AES Crypt - GUI (Linux 64-bit) executable they provide on the downloads page
https://www.aescrypt.com/documentation/ ... pdf#page=3
It does seem they have instructions for the AES Crypt - GUI (Linux 64-bit) executable they provide on the downloads page
https://www.aescrypt.com/documentation/ ... pdf#page=3
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.
Re: AES Crypt
Meanwhile I did the cli version, so simple with the source code: Just a terminal in (the extracted) src folder: make ; sudo make install
2 binary files are created in /usr/bin/
The usage of this software is really so easy, one doesn't need to remember lots of commands or options. Just aescrypt -e to encrypt, -d to decrypt.. :)
2 binary files are created in /usr/bin/
The usage of this software is really so easy, one doesn't need to remember lots of commands or options. Just aescrypt -e to encrypt, -d to decrypt.. :)