User Tools

Site Tools


pt:md5

Differences

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

Link to this comparison view

pt:md5 [2016/01/01 22:48]
pt:md5 [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== MD5 =====
 +==== Formato ====
 +**md5** ( //string// )
 +==== Descrição ====
 +Devolve uma sequência hexagesimal (digitos 0-f) como resultado do processamento (MD5 digest) da //string// Esta função deriva da RSA Data Security, Inc. MD5 Message-Digest Algorithm.
 +==== Exemplo ====
 +<code>
 +print MD5("Something")
 +print MD5("something")
 +</code>
 +mostra
 +<code>
 +73f9977556584a369800e775b48f3dbe
 +437b930db84b8079c2dd804a71936b5f
 +</code>
 +==== Versão ==== 
 +0.9.6.37
  
pt/md5.txt · Last modified: 2020/02/28 10:46 (external edit)