Cryptojs md5 Get String
const CryptoJS = require("crypto-js");
CryptoJS.MD5("test").toString();
// OR:
import md5 from "crypto-js/md5";
md5("test").toString();
KostasX
const CryptoJS = require("crypto-js");
CryptoJS.MD5("test").toString();
// OR:
import md5 from "crypto-js/md5";
md5("test").toString();
5a4cfc8017cf5f9681253cc58a9f23dd