积极答复者
c#有没有实现字符串md5加密功能啊~

问题
-
我想用在加密用户密码 存贮在sqlserver中
谢谢~- 已移动 Sheng Jiang 蒋晟Moderator 2009年12月9日 19:28 .Net基础类库问题 (发件人:Visual C#)
答案
全部回复
-
语言不是软件,一个语言一般自己不能实现任何功能。常用功能一般都在类库中提供。如果你的C#程序是在PC版的Windows上运行,可以通过System.Security名称空间里面的类调用。在其他版本的Windows或者非微软的操作系统上可能需要自己写了。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
Visual C++ MVP