feat: add backup encryption using public key and decryption using private key

This commit is contained in:
Jonas Kaninda
2024-10-08 11:04:46 +02:00
parent 815aae28f8
commit 35c4a5475e
9 changed files with 339 additions and 69 deletions

View File

@@ -18,6 +18,7 @@ var (
storagePath = "/backup"
disableCompression = false
encryption = false
usingKey = false
)
// dbHVars Required environment variables for database