Simple MD5 JavaScript

in utopian-io •  7 years ago  (edited)

Cara simple membuat MD5 dengan JavaScript

var MD5 = function (string) {

function RotateLeft(lValue, iShiftBits) {
return (lValue<<iShiftBits) | (lValue>>>(32-iShiftBits));
}

Usage
MD5("apasaja");

Full code
https://github.com/smartlip/Simple-MD5-Javascript



Posted on Utopian.io - Rewarding Open Source Contributors

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Thank you for your contribution, yet it cannot be approved because:
This is not copywriting work, so you have chosen a wrong category.
This is too basic of code work so it cannot be either accepted under development.
Contributions also need to be informative and descriptive in order to help readers and developers understand them.
See the Utopian Rules.

You can contact us on Discord.
[utopian-moderator]

Hey @mcfarhat, I just gave you a tip for your hard work on moderation. Upvote this comment to support the utopian moderators and increase your future rewards!