Skip to content

MyLinuxPlace

Linux howto's and stuff

  • Home
  • Tips and Tricks
  • Database tips
  • HowTo
  • Containers
  • Security
  • Tools
    • Browser load test
    • Regex performance test
  • 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

  • Proof of History bash implementation
  • Browser load test
  • Regex performance test
Proudly powered by WordPress