Re: [orca-list] Accessible encryption



If you're searching for encryption via AES256 or other ciphers you can
always just use openssl within terminal.  For example:

Encrypt:
    openssl enc -aes-256-cbc -in un_encrypted.data -out encrypted.data

Decrypt:
    openssl enc -d -aes-256-cbc -in encrypted.data -out un_encrypted.data

You're best off viewing the OpeenSSL docs first though:
    https://www.openssl.org/docs/man1.1.1/man1/enc.html

Matt



On 1/11/21, Patrick ZAJDA via orca-list <orca-list gnome org> wrote:
Hello,

Le 11/01/2021 à 13:36, Reece O'Bryan a écrit :
The Veracrypt graphical interface has some accessibility issues but
nothing major in my opinion.
I tested on Debian Buster, using the deb package provided on the official
website.

The graphical installer is not accessible at all.
I agree with this. Easiest way accomplished this on OS X was using “brew
install —cask veracrypt”.

There are packages for some other Linux distributions with package
manager.
Could you elaborate on what you mean by this?
There are deb packages for Debian/Ubuntu, RPM packages for CentOS and
openSUSE.
There is also a deb package for Raspbian.

--
Patrick ZAJDA


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]