2019-09-12 10:33:56 -07:00
|
|
|
UseMD5Fingerprint() ; register the MD5 fingerprint plugin
|
|
|
|
|
|
2013-04-10 22:43:41 -07:00
|
|
|
test$ = "The quick brown fox jumped over the lazy dog's back"
|
2019-09-12 10:33:56 -07:00
|
|
|
|
|
|
|
|
; Call StringFingerprint() function and display MD5 result in Debug window
|
|
|
|
|
Debug StringFingerprint(test$, #PB_Cipher_MD5)
|