Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - Japanese -
Scilab help >> Scilab > getmd5

getmd5

get md5 checksum

Calling Sequence

res=getmd5(filename)
res=getmd5(ParamString,'string')

Arguments

res

md5 result (string)

filename

filename (string or matrix of strings)

ParamString

string or matrix of strings

Description

getmd5(...) get md5 checksum of a file or a string.

Examples

getmd5('hello world','string')
getmd5(['hello' 'world'],'string')
getmd5(['hello' ; 'world'],'string')

getmd5( SCI+'/modules/core/etc/core.start' )
getmd5( SCI+'/modules/core/etc/'+['core.start' 'core.quit'])

Authors

  • A.C.

Comments


Add a comment:
Please login to comment this page.

<< getdebuginfo Scilab getmemory >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:09:25 CEST 2011