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 9fa8236 commit 3a5610dCopy full SHA for 3a5610d
src/utils/crypto.ts
@@ -1,4 +1,5 @@
1
import crypto from "crypto";
2
+import CryptoJS from "crypto-js";
3
import { env } from "./env";
4
5
export const encrypt = (data: string): string => {
0 commit comments