RosettaCodeData/Task/MD5/PureBasic/md5.basic
2023-07-01 13:44:08 -04:00

6 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)