Created
December 13, 2016 11:33
-
-
Save fwon/921766d7a6ed29dbc26b816db774bab7 to your computer and use it in GitHub Desktop.
获取字符串的md5值
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crypto.createHash('md5').update(text).digest('hex') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment