09-23-2010, 01:19 AM
Hi,
Is it possible to calculate MD5 hash of the clipboard not using files? (Better performance and better disk lifetime)
Macro MacroMD5
Something like:
Macro MacroMD5
Is it possible to calculate MD5 hash of the clipboard not using files? (Better performance and better disk lifetime)
Macro MacroMD5
rep 10000
,CaptureImageOnScreen(ScrWin[j].left ScrWin[j].top width height FileName)
,str md5.getfile(FileName)
,md5.encrypt(10) ;; size < 10 MB
,for i 1 100
,,if md5 = Hash[i]
Something like:
Macro MacroMD5