Re: [openssl-users] OpenSSL vs GPG for encrypting files? Security best practices?

2018-11-03 Thread Bear Giles
> I'm considering encrypting a tar archive and optionally a block file system (via FUSE) using either utility Linux has good support for encrypted filesystems. Google LUKS. Most (all?) distros allow you to install on an encrypted filesystem and with a little bit of research you can have encrypted

Re: [openssl-users] OpenSSL vs GPG for encrypting files? Security best practices?

2018-11-03 Thread Nicholas Papadonis
comments On Fri, Nov 2, 2018 at 3:09 PM Michael Wojcik wrote: > > From: openssl-users on behalf of > Nicholas Papadonis > > Sent: Friday, November 2, 2018 14:29 > > > I read > > Where? It's hard for us to determine the quality of your source, or your > interpretation of it, if we don't know wha

Re: [openssl-users] OpenSSL vs GPG for encrypting files? Security best practices?

2018-11-03 Thread Hanno Böck
On Sat, 3 Nov 2018 12:28:02 +0500 Марк Коренберг wrote: > Try openssl cms ( as newer alternative to s/mime) cms is not newer than s/mime, it's the underlying message format of s/mime. According to this https://www.openssl.org/docs/man1.0.2/apps/openssl.html it only supports deprecated cipher mo

Re: [openssl-users] a problem connecting to a specific Site ...

2018-11-03 Thread Walter H.
Hello, it is a little bitte weird/strange/complicated; On 02.11.2018 23:05, Matt Caswell wrote: On 02/11/2018 21:51, Walter H. wrote: Hello, when I try to connect to https://www.3bg.at/ I get the following error Handshake with SSL server failed: error:1408E0F4:SSL routines:SSL3_GET_MESSAGE:

Re: [openssl-users] OpenSSL vs GPG for encrypting files? Security best practices?

2018-11-03 Thread Марк Коренберг
Try openssl cms ( as newer alternative to s/mime) пт, 2 нояб. 2018 г. в 23:30, Nicholas Papadonis : > > Security Experts, > > I'm considering encrypting a tar archive and optionally a block file system > (via FUSE) using either utility. Does anyone have comments on the best > practices and tools