User Tools

Site Tools


uphp:functions:hash_hmac

Differences

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

Link to this comparison view

Next revision
Previous revision
uphp:functions:hash_hmac [2019/04/16 03:51]
admin created
uphp:functions:hash_hmac [2021/09/13 05:57] (current)
Line 30: Line 30:
 | md5        | MD5        | 32                   | | md5        | MD5        | 32                   |
 | sha1       | SHA-1      | 40                   | | sha1       | SHA-1      | 40                   |
-| sha224     | SHA-224    | 64                   |+| sha224     | SHA-224    | 56                   |
 | sha256     | SHA-256    | 64                   | | sha256     | SHA-256    | 64                   |
-| sha384     | SHA-384    | 128                  |+| sha384     | SHA-384    | 96                   |
 | sha512     | SHA-512    | 128                  | | sha512     | SHA-512    | 128                  |
  
 <html><b><span style="color:blue">$data<span style="color:black"></b>:  String of characters to calculate hash for</html> <html><b><span style="color:blue">$data<span style="color:black"></b>:  String of characters to calculate hash for</html>
  
-<html><b><span style="color:blue">$keyspan style="color:black"></b>:  String of characters of key to be used in hash calculation </html>+<html><b><span style="color:blue">$key<span style="color:black"></b>:  String of characters of key to be used in hash calculation </html>
 ====Return Values==== ====Return Values====
  
Line 86: Line 86:
 [[md5_file()]] - Calculate the MD5 hash of a file [[md5_file()]] - Calculate the MD5 hash of a file
  
 +[[aes_decrypt()]] - Decrypt a string using the AES algorithm
 +
 +[[aes_encrypt()]] - Encrypt a string using the AES algorithm
uphp/functions/hash_hmac.1555386698.txt.gz · Last modified: 2021/09/13 05:56 (external edit)