摘要: RSA-AlgorithmRSA算法演示程序,仅供了解RSA算法实现原理RSA算法原理找出两个"很大"的质数:P & QN = P * QM = (P - 1) * (Q - 1)找出整数E,E与M互质,即除了1之外,没有其他公约数找出整数D,使得E*D除以M余1,即 (E * D) % M = 1... 阅读全文
posted @ 2014-06-21 12:14 sunminmin2011 阅读(595) 评论(0) 推荐(0)
摘要: 来源:http://blog.sina.com.cn/s/blog_b0c59541010151rd.htmlAnNSBundleobject represents a location in the file system that groups code and resources that c... 阅读全文
posted @ 2014-06-21 12:13 sunminmin2011 阅读(429) 评论(0) 推荐(0)
摘要: 来源:http://blog.sina.com.cn/s/blog_b0c59541010151s0.html这两天在看和这个相关的的内容,全部推翻重写一个版本,这是公司内做技术分享的文档总结,对结构、条理做了更清晰的调整。先找了段代码,理解下,网上看到最多的一段的关于KVC的代码先上代码1.1.P... 阅读全文
posted @ 2014-06-21 12:10 sunminmin2011 阅读(261) 评论(0) 推荐(0)