I have a PHP script to backup a database as dbName.sql
which can be accessible by anyone. I need to encrypt/decrypt the backup database to be accessible only in my application. How can I do this?
Note: I have a list page to download all database backups. I want my server to be able to use the database only.