AES Crypt  [Solved]

Message
Author
Huckleberry Finn

AES Crypt

#1 Post by Huckleberry Finn »

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

User avatar
fehlix
Developer
Posts: 12900
Joined: Wed Apr 11, 2018 5:09 pm

Re: AES Crypt  [Solved]

#2 Post by fehlix »

Huckleberry Finn wrote: Fri Oct 29, 2021 6:09 am In fact, just cli version is enough (at least on my behalf).
FWIW, on CLI MX comes with gpg.

To symmetric encrypt a file with password :

Code: Select all

gpg -o file.asc -c file
to decrypt the encrypted file.asc

Code: Select all

gpg -o file -d file.asc
to clear cached passphrase:

Code: Select all

gpgconf --reload gpg-agent
or alternatively:

Code: Select all

pkill -SIGHUP gpg-agent
:puppy:

Stuart_M
Posts: 705
Joined: Wed Aug 07, 2019 7:10 pm

Re: AES Crypt

#3 Post by Stuart_M »

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

SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: AES Crypt

#4 Post by SwampRabbit »

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
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.

Huckleberry Finn

Re: AES Crypt

#5 Post by Huckleberry Finn »

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.. :)

Post Reply

Return to “Package Requests - MX-21”