RosettaCodeData/Task/MD5/Octave/md5.octave
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

3 lines
94 B
Text

s = "The quick brown fox jumped over the lazy dog's back";
hash = md5sum(s, true);
disp(hash)