I have this string
71140553442112312345ABCDE
I want to convert it to MD5 Hash
efd49dfb22292d6c42c0941f08cc4717
I found this function that converts takes the string from a file but in my case the string is stored in a variable
How do I edit the function so the input is a String rather than a File?
71140553442112312345ABCDE
I want to convert it to MD5 Hash
efd49dfb22292d6c42c0941f08cc4717
I found this function that converts takes the string from a file but in my case the string is stored in a variable
How do I edit the function so the input is a String rather than a File?