I've been working on a program that store people's passwords in a Text File, but to make it a little more secure, I'd like to put in a function to Encrypt/Decrypt the password in MD5.
I'm using this function to Encrypt the pass:
Public Shared Function GeraHashMD5(ByVal texto As String) As...