7 lines
244 B
Text
7 lines
244 B
Text
|
|
UseMD5Fingerprint() ; register the MD5 fingerprint plugin
|
||
|
|
|
||
|
|
test$ = "The quick brown fox jumped over the lazy dog's back"
|
||
|
|
|
||
|
|
; Call StringFingerprint() function and display MD5 result in Debug window
|
||
|
|
Debug StringFingerprint(test$, #PB_Cipher_MD5)
|