Skip to content

MyLinuxPlace

Linux howto's and stuff

  • Home
  • HowTo
  • Tips
  • Containers
  • Security
  • Tools
    • Browser load test
    • Regex performance test
  • About
  • Blog
Posted on December 23, 2014December 10, 2022 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 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

  • Can AI Replace DevOps?
  • Proof of History bash implementation
  • Browser load test
MyLinuxPlace © 2022