How can i Convert my password 'String' to Base64 encode of MD5 'String'. Like this string 'password' to 'X03MO1qnZdYdgyfeuILPmQ=='.
Please help me here
OR just let me know the technique that how can i convert this 'password' to 'X03MO1qnZdYdgyfeuILPmQ=='. i will code it myself
Ok, there is example (vb.net, I'll try to convert in c# using some online converter) :
string password will result with X03MO1qnZdYdgyfeuILPmQ==
Update : converted to c# using online converter (I hope it's correctly converted)