We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8346893 commit b53ddb8Copy full SHA for b53ddb8
backend/src/utils/cipher.ts
@@ -9,7 +9,7 @@ const IV_SIZE = 12 // Standard size for AES-GCM IV
9
// Ensure the key is the correct size and in a usable format (Buffer)
10
const ENCRYPTION_KEY_BUFFER = Buffer.from(env.ENCRYPTION_KEY, "hex")
11
12
-export class DecryptError extends Error { }
+export class DecryptError extends Error {}
13
14
export class Cipher {
15
private key: Buffer
0 commit comments