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
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]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit