A repository of over 1000 quality jQuery plugins

jQuery JQuery MD5

JQuery MD5 is a jQuery Standalone / Widgets plugin.

Created by Placemarker

JavaScript MD5 plugin, usable as part of the jQuery library or standalone

Not what you're looking for? Click here to view more Standalone / Widgets jQuery plugins

jQuery MD5 Plugin

Usage

Create (hex-encoded) MD5 hash of a given string value:

var md5 = $.md5('value');

Create (hex-encoded) HMAC-MD5 hash of a given string value and key:

var md5 = $.md5('value', 'key');

Create raw MD5 hash of a given string value:

var md5 = $.md5('value', null, true);

Create raw HMAC-MD5 hash of a given string value and key:

var md5 = $.md5('value', 'key', true);

Requirements

None.

If jQuery is not available, the md5 function will be added to the global object:

var md5 = md5('value');

License

Released under the MIT license.

Source Code & Download



You might also like these other Standalone / Widgets jQuery Plugins

  • zoomooz

    An easy-to-use jQuery plugin for making zooming web pages.

  • jquery-widget

    jQuery widget with JSX

  • Clipboard js

    A modern approach to copy text to clipboard