ASP.NET密碼進(jìn)行加密再存入數(shù)據(jù)庫,并驗(yàn)證登錄視頻
Posted on 2006-01-04 16:45 個(gè)人網(wǎng)站:http://chenliang.my.pworm.com java愛好Eclipse,Jbuilder,struts,HIbernate 閱讀(668) 評(píng)論(0) 編輯 收藏先看我演示吧。。。
增加一用戶
ediku 密碼:8888
密碼變?yōu)?BFF26AC9C2C100E6
再驗(yàn)證
先要退出,,我這里。。
OK,,用戶ID:E017 密碼:8888
下面開始。。。
導(dǎo)入
using System.Security.Cryptography;
using System.IO;
using System.Text;
.........
點(diǎn)擊下載