Page 1 of 1

Inconsistency StringFingerprint() and Hex()

Posted: Mon Aug 10, 2020 9:45 am
by Lebostein

Code: Select all

UseCRC32Fingerprint()
Debug StringFingerprint("any text", #PB_Cipher_CRC32)
Debug Hex(Date())
55c94322
5F31250F
StringFingerprint() returns lower case characters, Hex() returns upper case characters
PS: I need no workaround, its simple. This is only note.