idllib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

net/

mg_md5.pro

includes main-level program

top source mg_md5

result = mg_md5(s [, /hexidecimal])

Hash the input string using MD5.

Return value

string

Parameters

s in required type=string

string to hash

Keywords

hexidecimal in optional type=boolean

return result hash in hexadecimal string

Examples

For example, try:

IDL> print, mg_md5('http://michaelgalloy.com') d17d014489c31038dee48b6d5132297f

File attributes

Modification date: Mon Nov 29 18:32:23 2010
Lines: 62
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.