java 翻译 C# 求解!!!!!!!!!!!!!!!!!!!!!!!!!!
Base64Codec.encode(Base64Codec.encode(MD5.encode(pwd.getBytes())));
------解决方案--------------------
Convert.ToBase64String(MD5.Create().ComputeHash(Encoding.Default.GetBytes("password string")))
大概象这个样子,反正就这几个方法,得看看它这个函数在怎么实现的。