Removed output
This commit is contained in:
@@ -21,7 +21,6 @@ export function encrypt(text) {
|
||||
}
|
||||
|
||||
export function decrypt({ iv, content, tag }) {
|
||||
console.log(iv)
|
||||
const ENCRYPTION_KEY = Buffer.from(secrets.ENCRYPTION_KEY, "hex");
|
||||
const decipher = crypto.createDecipheriv(
|
||||
ALGORITHM,
|
||||
|
||||
Reference in New Issue
Block a user