MD5
The MD5 Message-Digest Algorithm is an often-used cryptographic hash function. It produces a 128-bit hash value. MD5 is commonly used to check data integrity.
Method string, encrypts string provided as parameter.
var encr = MD5.string("Moscrif is the best mobile cross-platform SDK.");
//encr contains: FhAnX6pVaoj+jHzpooS3Bg==
console << encr.toString() << "\n";