Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohucode authored May 16, 2023
1 parent b0cd823 commit c3bf14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tools.rsaDecrypt(str,key)
tools.rsaEncryptWithPrivate(str,key)
tools.rsaDecryptWithPublic(str,key)
// CryptoJS 封装函数
// CryptoJS 封装方法
md5Encode: (str) => CryptoJS.MD5(str).toString().toLowerCase(),
base64Encode: (str) => CryptoJS.enc.Base64.stringify(CryptoJS.enc.Utf8.parse(str)),
base64Decode: (str) => CryptoJS.enc.Base64.parse(str).toString(CryptoJS.enc.Utf8),
Expand Down

0 comments on commit c3bf14d

Please sign in to comment.