jQuery MD5加密

有时候我们想在js里面使用加密,jQuery就提供了这样的插件,用法十分简单:

下面是我的简单例子

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script type="text/javascript" src="Scripts/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="Scripts/jquery.md5.js"></script>
<script type="text/javascript">
alert($.md5("Hello"));
</script>
</head>
<body>

</body>
</html>

posted @ 2015-09-28 22:02  唔愛吃蘋果  阅读(366)  评论(0编辑  收藏  举报