All Questions
Tagged with hashcode javascript
1 question
2
votes
1
answer
138
views
Custom code for MD5 in js [closed]
I wanted to write my own code for md5 in javascript and learn its inner mechanics. (I know it is not trusted anymore, deprecated, ... but I'm just learning).
I didn't want to just copy the code that ...