mirror of https://github.com/emn178/js-md5.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
273 B
JavaScript
4 lines
273 B
JavaScript
![]()
12 years ago
|
assert('md5 1', 'd41d8cd98f00b204e9800998ecf8427e', md5(''));
|
||
|
assert('md5 2', '9e107d9d372bb6826bd81d3542a419d6', md5('The quick brown fox jumps over the lazy dog'));
|
||
|
assert('md5 3', 'e4d909c290d0fb1ca068ffaddf22cbd0', md5('The quick brown fox jumps over the lazy dog.'));
|