Skip to content
MyLinuxPlace

MyLinuxPlace

Linux howto's and stuff

  • Home
  • Tips and Tricks
  • Database tips
  • HowTo
  • Containers
  • Security
  • About
Posted on December 23, 2014 by yyagol

symetric gpg encryption

Symetric encryption is an encryption that uses same key to decrypt.
here is a way to encrypt file with symetric key without user interact ( batch )

gpg --batch -q --passphrase '<password>' --cipher-algo AES256 -c <file>
CategoriesTips and Tricks Tagsbatch gpg, symetric gpg, symetric gpg batch encryption

Post navigation

Previous PostPrevious Create TAP/TUN device CentOS 7
Next PostNext install cx_Oracle on CentOS 7

Search


Recent Posts

  • List TLS version and ciphers
  • if statement one-liner bash
  • netcat is awesome
MyLinuxPlace © 2020