MD5

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > Hash >

MD5

 

Description

 

Implementation of the RSA Data Security, Inc. MD5

 

Syntax

 

s = MD5( [File] string_expression)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

String_Expression

String

No

If File option is specified, String_Expression is considered a file name and MD5 will calculate hash of the file content

 

If File option is NOT specified, String_Expression is considered a string buffer and MD5 will calculate hash of the string

 

Remarks

 

Digest Algorithm, as defined in RFC 1321: http://www.ietf.org/rfc/rfc1321.txt

 

Restrictions

 

See also

 

Examples