Skip to content

jpcanepa/md5js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

md5js

MD5 digest algorithm implemented in javascript. No dependencies. Implemented using typed arrays.

Why?

Because of reasons. I wanted to work with typed arrays, and this seemed like a good idea to give them a try. Most of the code is almost a direct translation from the pseudo code in the Wikipedia entry about MD5 (even the dumbest parts).

No idea on the performance of the implementation (hint: it will most likely suck). If you ever compare it with other implementations, let me know.

About

MD5 digest algorithm, in javascript

Resources

Stars

Watchers

Forks

Packages

No packages published