This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
Digest Type

Digest Type 

 

Constant  Type Value Comment
_o_4D REST digest  Longint 2

*** Obsolete constant ***

MD5 digest  Longint 0 Message Digest 5 algorithm. A series of 128 bits returned as a string of 32 hexadecimal characters.
SHA1 digest  Longint 1 Secure Hash 1 algorithm. A series of 160 bits returned as a string of 40 hexadecimal characters.
SHA256 digest  Longint 3 (SHA-2 family) SHA-256 is a series of 256 bits returned as a string of 64 hexadecimal characters.
SHA512 digest  Longint 4 (SHA-2 family) SHA-512 is a series of 512 bits returned as a string of 128 hexadecimal characters.


See also 

Generate digest

 
PROPERTIES 

Product: 4D
Theme: List of constant themes

 
HISTORY 

Modified: 4D v16 R5

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)