comparison doc/interpreter/system.txi @ 7007:6304d9ea0a30

[project @ 2007-10-11 16:26:36 by jwe]
author jwe
date Thu, 11 Oct 2007 16:26:37 +0000
parents 46d1ad37d943
children fd42779a8428
comparison
equal deleted inserted replaced
7006:039ef140ac35 7007:6304d9ea0a30
414 Another use of the hashing function is to check for file integrity. The 414 Another use of the hashing function is to check for file integrity. The
415 user can check the hash of the file against a known value and find if 415 user can check the hash of the file against a known value and find if
416 the file they have is the same as the one that the original hash was 416 the file they have is the same as the one that the original hash was
417 produced with. 417 produced with.
418 418
419 Octave supplies the @code{md5sum} function to perfrom MD5 hashes on 419 Octave supplies the @code{md5sum} function to perform MD5 hashes on
420 strings and files. An example of the use of @code{md5sum} function might 420 strings and files. An example of the use of @code{md5sum} function might
421 be 421 be
422 422
423 @example 423 @example
424 @group 424 @group