How to automatically overwrite the output file when running `gpg` (i.e. without being prompted)? [closed]

Adding –batch –yes Example: gpg –batch –yes -u me@bbb.com -r “you@aaa.com” \ –output “OUTPUTFILENAME.xls.pgp” -a -s -e “FILE.xls” Complete example with passphrase file: gpg –batch –yes –passphrase-fd 0 -u me@bbb.com -r “you@aaa.com” \ –output “OUTPUTFILENAME.xls.pgp” -a -s -e “FILE.xls”< \ passphrase.txt

No public key: Key with id: (XXXXX) was not able to be located (oss.sonatype.org)

The various OpenPGP keyserver synchronize, but that takes some time. If you know which keyserver will be queried, you can directly upload your key there. I did: gpg –keyserver hkp://pool.sks-keyservers.net –recv-keys EE539F98 gpg –keyserver hkp://keyserver.ubuntu.com –send-keys EE539F98 and now your key can successfully be found on Ubuntu’s keyserver, without having to wait until it automatically … Read more

GPG error “Not enough random bytes available. Please do some other work to give the OS a chance to collect more” [closed]

Depending on your system hardware, you might have more reliable success using a bridge between the hardware TRNG (True random number generator) and the kernel entropy pool. I have found a remarkable speed increase by using rng-tools in the universe repository, which can be installed with Synaptic or another GUI package manager, or via the … Read more

OpenSSL vs GPG for encrypting off-site backups? [closed]

I would pick GPG for file encryption, it’s got decades of secure tested encryption, and is very easy to have multiple “recipients” (backup keys?) or signatures with it’s public keys & even servers (if they would be useful). With GPG, all the simple mistakes have been avoided/fixed, it picks a longer “random” key for the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)