⚰️ encryption Foldefolder
This commit is contained in:
parent
c0b036bd4d
commit
9fb4f24427
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
import crypto from "crypto";
|
||||
|
||||
import { secretKey, algorithm } from "../config/encryption";
|
||||
import { secretKey, algorithm } from "../../config/encryption";
|
||||
|
||||
import { IEncryptionData } from "../interfaces/EncryptionData";
|
||||
import { IEncryptionData } from "../../interfaces/EncryptionData";
|
||||
|
||||
const iv = crypto.randomBytes(16);
|
||||
|
Loading…
Add table
Reference in a new issue