David Collantes on David's Notes · Jul 30, 2019
Using Gnupg and openssl for encryption
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
I have used Gnupg to encrypt my private files, specially those that I upload to the clouds, for a long time. I used to encrypt to self, using my own key, then later moved to symmetric encryption only. The command is easy: 
 Using Gnupg To encrypt : 
 gpg --cipher-algo aes256 --symmetric file.txt
 Adding the option --armor to the above will produce an ASCII armoured encrypted file.…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.