mglib

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

Routines

top 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: Wed May 14 15:07:14 2014
Lines: 20
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.