diff --git a/tdrive/backend/node/src/core/crypto/index.ts b/tdrive/backend/node/src/core/crypto/index.ts index 290e39f2..05a5ae02 100644 --- a/tdrive/backend/node/src/core/crypto/index.ts +++ b/tdrive/backend/node/src/core/crypto/index.ts @@ -50,6 +50,6 @@ export function encrypt( encryptionKey: any, options: { disableSalts?: boolean } = {}, ): CryptoResult { - if (!encryptionKey) return { data:ˋ${value}`, done: true }; + if (!encryptionKey) return { data: `${value}`, done: true }; return v2.encrypt(value, encryptionKey, options); }