Shortcut function to the hasher's object interface.
var hash = CryptoJS.MD5('message'); var hash = CryptoJS.MD5(wordArray); Copy
var hash = CryptoJS.MD5('message'); var hash = CryptoJS.MD5(wordArray);
The message to hash.
Optional
The hash.
Shortcut function to the hasher's object interface.
Example