|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
# js-md5
|
|
|
|
|
A simple MD5 hash function for JavaScript supports UTF-8 encoding.
|
|
|
|
|
[](https://travis-ci.org/emn178/js-md5)
|
|
|
|
|
[](https://coveralls.io/r/emn178/js-md5?branch=master)
|
|
|
|
|
[](https://nodei.co/npm/js-md5/)
|
|
|
|
|
|
|
|
|
|
## Demo
|
|
|
|
@ -67,8 +68,8 @@ Output
|
|
|
|
|
a7bac2239fcdcb3a067903d8077c4a07
|
|
|
|
|
|
|
|
|
|
## Benchmark
|
|
|
|
|
[ASCII](http://jsperf.com/md5-ascii/3)
|
|
|
|
|
[UTF8](http://jsperf.com/md5-utf8)
|
|
|
|
|
[ASCII](http://jsperf.com/md5-ascii/4)
|
|
|
|
|
[UTF8](http://jsperf.com/md5-utf8/3)
|
|
|
|
|
|
|
|
|
|
## Extensions
|
|
|
|
|
### jQuery
|
|
|
|
|