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