diff --git a/app/src/components/encryptionService.js b/app/src/components/encryptionService.js index 433f46884..2d1f77a0c 100644 --- a/app/src/components/encryptionService.js +++ b/app/src/components/encryptionService.js @@ -5,8 +5,8 @@ const SERVICE = 'EncryptionService'; const ENCRYPTION_KEYS = { PROXY: 'proxy', - DATABASE: 'db', }; + const ENCRYPTION_ALGORITHMS = { AES_256_GCM: 'aes-256-gcm', };