cytopia / mysqldump-secure

[sh] Encrypted mysqldump script with compression, logging, blacklisting and Nagios/Icinga monitoring integration
https://mysqldump-secure.org
147 stars 38 forks source link

GPG support? #40

Open sualko opened 1 year ago

sualko commented 1 year ago

Hi, thanks for this nice script, it really works nice. Due to #21 the encryption settings doesn't make much sense in our environment. Therefore I just replaced the openssl calls with gpg calls. As additional goody I can encrypt one backup for multiple people without sharing a secret key. I'm wondering if you are interested in supporting GPG beside openssl for encryption. If yes, I would be glad to create a pull request with an additional option to specify the encryption library.