摘要: using System; using System.Diagnostics; using System.Text; using System.Collections; using System.Collections.Generic; class Test { public delegate void deltest(string str); public static vo... 阅读全文
posted @ 2016-11-10 16:41 时空观察者9号 阅读(412) 评论(0) 推荐(0)
摘要: 这两者唯一的相同点是设计者中都包含了MIT的Ron Revist教授。RSA是公钥密码算法,优点:不用事先通过秘密信道传递密钥,可以用于数字签名。缺点:速度慢RC4是序列密码算法,优点:速度快,缺点:需要事先秘密地传递密钥。 RAS是不对称加密,用一个公钥加密,用另一个私钥解密,或者反过来。理论上不 阅读全文
posted @ 2016-11-10 12:24 时空观察者9号 阅读(1693) 评论(0) 推荐(0)