Encryption files with GPG without user intervention (batch)
I usually encrypt files with GPG with symmetric algorithms when I have to transmit files over insecure channel: for example I encrypt backup files stored at my USB stick and I’m sure that if it’s stolen or lost my files are in safety. Encryption without user intervention can be used when you wish to perform automatic (runs with cron) backup procedure and protect backup files. To encrypt file /tmp/file.tgz by [...]
Read more →