摘要: 在VS中用WindowsApplication做一个exe程序,用来给数据库密码加密,加密代码如下 private void generateBtn_Click(object sender, EventArgs e) { string pwd = pwdtxt.Text; if(pwd==null 阅读全文
posted @ 2017-07-31 17:27 jiapeng 阅读(333) 评论(0) 推荐(0)