>From
>bounces-netbsd-users-owner-neitzel=hackett.marshlabs.gaertner...@netbsd.org
>Wed Mar 10 09:43:52 2021
From: Brian Buhrow <[email protected]>
Date: Wed, 10 Mar 2021 00:43:41 -0800
To: [email protected]
Subject: What is a good pkgsrc package to use for file encryption and
decryption?
Cc: [email protected]
Brain Buhrow wrote:
BB>
BB> Are there packages in the pkgsrc tree that have similar
BB> functionality but which use newer encryption algorithms?
The openssl command (coming already with base but available as
a pkg, too) makes its plethora of crypt algos available to you,
independently of any SSL context.
To quickly see the list of supported algorithms and learn more:
% openssl enc -ciphers
% man openssl-enc
(Decrypting is done via the enc "-d" option.)
Martin Neitzel
SEE ALSO
caesar(6)