Page 1 of 1

MD5 Digest

Posted: Sun Oct 11, 2009 5:12 pm
by SirWobbyTheFirst
This is probably a bit of a noob question to ask but be gentle with me. :roll:

I've read about the MD5Digest function in the dictionary and i was wondering if there was any way to get the value for a stack file.

I was considering it because i am wanting my software to be able to check the value before allowing the stack to be opened.

Any help would be very much appreciated. Thanks.

Posted: Sun Oct 11, 2009 5:54 pm
by BvG

Code: Select all

put url ("binfile:" & "path/to/stack.rev") into theData
put the md5digest of theData into theDigest
edit: oops, typo

Posted: Sun Oct 11, 2009 5:56 pm
by SirWobbyTheFirst
Thanks alot BvG. Just what i was looking for. :)