How would I go about getting the MD5 of a file rather than a string? Thanks.
Printable View
How would I go about getting the MD5 of a file rather than a string? Thanks.
I never tried this and never worked with MD5 but there is a MD5 class under the System.Security.Cryptography namespace. Try check that out.
Yea Ive played around with that a little but its kinda confusing...just wondering if anyone has actually done this before and can give an example bit of code. thanks.