文件名称:前端MD5加密MD5.js
文件大小:8KB
文件格式:JS
更新时间:2023-01-15 09:21:04
MD5
/* * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message * See http://pajhome.org.uk/site/legal.html for details. * Add integers, wrapping at 2^32. This uses 16-bit operations internally * to work around bugs in some JS interpreters. * 需要加密的文字或者数字作为必要参数传入: hexMD5.hexMD5(参数); (Text or Numbers that need to be encrypted are passed in as necessary parameters: hexMD5.hexMD5(params)) * author: cxr */ 参考代码