Moscrif API Docs for: 2012q3
Show:

MD5 Class

Library: crypto

This class represents implementations of the MD5 hash algorithm. The MD5 is a widely used cryptographic hash algorithm that produces a 128-bit (16-byte) hash value

Item Index

Methods

Methods

string

(
  • text
)
Array

Parameters:

Returns:

Array:

Example:

// hash text
var hash = MD5.string("moscrif");
// hashed value is: mM91EwVgpVzwIGlACITVOw==
console<<hash.toString()<<"\n";