arrow_upward
need help | c# auto md5 hash
#1
Im wondering if its possible to generate random md5 hash names to a c# file. I've seen that for example Aimware etc got this but i think they use a different coding language.



#2
Just create a random string using Guid.NewGuid() and generate its MD5 checksum