摘要:
可以用DSA和RSA,如:using System;using System.Text;using System.Security.Cryptography; class dsacrypto_SignData {public static void Main(String[] args){//先要将字符串转换为字节数组,这与编码有关。String str = "this is a test.";... 阅读全文
posted @ 2005-06-10 09:08
房客
阅读(457)
评论(0)
推荐(0)