RosettaCodeData/Task/MD5/Octave/md5.octave
2023-07-01 13:44:08 -04:00

3 lines
94 B
Text

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