diff --git a/app/crypto/key-encryption.ts b/app/crypto/key-encryption.ts index eba2e69d1..1919c43fd 100644 --- a/app/crypto/key-encryption.ts +++ b/app/crypto/key-encryption.ts @@ -1,6 +1,6 @@ import { Buffer } from 'buffer'; -const algorithmName = 'AES-CBC'; +const algorithmName = 'AES-GCM'; function extractEncryptionKey(hash: Uint8Array) { return hash.slice(0, 32);