Encrypting mysql database / Secure Emails
I am about to setup a cron job on my hosting account which calls a shell script to email dumps of my mysql database to myself.If I do this then the database will be in clear text while it is sent. Is there any way to encrypt the databases before they are emailed?
Thanks!