Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MD5 hash of the clipboard (image on screen)
#1
Hi,

Is it possible to calculate MD5 hash of the clipboard not using files? (Better performance and better disk lifetime)

Macro MacroMD5
Code:
Copy      Help
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
Code:
Copy      Help
rep 10000
,CaptureImageOnScreen(ScrWin[j].left ScrWin[j].top width height "") ;;Captures an image on the screen and stores to the clipboard
,str md5.ClipBoardMD5()
,for i 1 100
,,if md5 = Hash[i]


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)