Comments on: How to Encrypt and Decrypt Files and Directories Using Tar and OpenSSL https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 18:42:37 +0000 hourly 1 By: richard ketcham https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-1098470 Fri, 01 Feb 2019 18:21:22 +0000 http://www.tecmint.com/?p=22102#comment-1098470 I am bothered by the comment of Quiark who claims to know something about the security of cryptographic methods, but shows that he knows nothing. Zomegagon references articles implying that openssl is inherently insecure, vs gpg.

However, neither openssl nor gpg are cryptographic methods in themselves. They are front ends that call crypto algorithms from open source crypto libraries, and the user selects the crypto of his choice and the crypto parameters to suite his needs.

These libraries are the gold standards upon which most of the modern internet depends. Unless you believe that closed source, proprietary cryptography is superior to open source cryptography. That argument, (security by obscurity) has been made many times and lost.

]]>
By: zomegagon https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-874111 Wed, 08 Mar 2017 19:13:01 +0000 http://www.tecmint.com/?p=22102#comment-874111 In reply to zomegagon.

NOTE: I just posted these to give anyone who reads this something to think about. I am *not* saying that openssl is *not* the tool for encrypting files.

I’m saying that it *wasn’t* the tool in the past, how and if that has changed is up to the readers of this post to figure out. I’m no Openssl or Security expert unfortunately.

]]>
By: zomegagon https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-874109 Wed, 08 Mar 2017 19:09:23 +0000 http://www.tecmint.com/?p=22102#comment-874109 In reply to Gabriel A. Cánepa.

Check these out:

1. https://stackoverflow.com/questions/16056135/how-to-use-openssl-to-encrypt-decrypt-files#16056298
2. https://stackoverflow.com/questions/28247821/openssl-vs-gpg-for-encrypting-off-site-backups\
3. https://security.stackexchange.com/questions/29106/openssl-recover-key-and-iv-by-passphrase/29139#29139
4. https://security.stackexchange.com/questions/31492/file-security-when-encrypting-files-directly-with-the-openssl-command-and-what/31494#31494

Unless things have changed in the past 2 years, Openssl uses custom and insecure constructs and practices to encrypt data. That’s the gist of the posts.

]]>
By: Gabriel A. Cánepa https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-805595 Mon, 08 Aug 2016 12:37:34 +0000 http://www.tecmint.com/?p=22102#comment-805595 In reply to Quiark.

@Quiark,
Please enlighten us and share your wisdom – why is this unsafe in your opinion? An actual proof will be most appreciated. In the true spirit of open source and knowledge sharing, pointing out a flaw without providing a suggestion to improve something isn’t the way to go, you know?

]]>
By: Quiark https://www.tecmint.com/encrypt-decrypt-files-tar-openssl-linux/comment-page-1/#comment-805237 Sun, 07 Aug 2016 04:25:00 +0000 http://www.tecmint.com/?p=22102#comment-805237 This is unsafe. Please don’t write about crypto if you don’t understand it, putting your readers at risk (that probably want to encrypt sensitive data, you know?)

]]>