RosettaCodeData/Task/MD5/Octave/md5.octave

4 lines
94 B
Plaintext

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