import CryptoJS from "crypto-js"; const aesCryptoJS = function (text) { return CryptoJS.MD5(text).toString() } export default aesCryptoJS;