User Tools

Site Tools


en:md5

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:md5 [2016/08/12 13:07]
admin
en:md5 [2020/02/28 10:46]
Line 1: Line 1:
-===== MD5 (Function) ===== 
-==== Format ==== 
-**md5** ( [[stringexpressions|string_expression]] ) 
- 
-returns [[stringexpressions|string_expression]] 
- 
-==== Description ==== 
-Returns a hexadecimal string with the MD5 digest of the [[stringexpressions|string_expression]] argument.  This function was derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm. 
-==== Example ==== 
-<code> 
-print MD5("Something") 
-print MD5("something") 
-</code> 
-will display 
-<code> 
-73f9977556584a369800e775b48f3dbe 
-437b930db84b8079c2dd804a71936b5f 
-</code> 
- 
-==== See Also ==== 
-{{page>en:start#String Handling&noheader}} 
- 
-==== History ====  
-|0.9.6.37|New To Version| 
  
en/md5.txt ยท Last modified: 2020/02/28 10:46 (external edit)