NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: What is a good pkgsrc package to use for file encryption and decryption?
From bounces-netbsd-users-owner-neitzel=hackett.marshlabs.gaertner.de%NetBSD.org@localhost Wed Mar 10 09:43:52 2021
From: Brian Buhrow <buhrow%nfbcal.org@localhost>
Date: Wed, 10 Mar 2021 00:43:41 -0800
To: netbsd-users%netbsd.org@localhost
Subject: What is a good pkgsrc package to use for file encryption and decryption?
Cc: buhrow%nfbcal.org@localhost
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)
Home |
Main Index |
Thread Index |
Old Index