信息安全概论分析.ppt

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
信息安全概论分析

Main content Resolving theories Resolving theories Solution approach Solution approach Solution approach Solution approach Solution steps Solution steps The correct result The correct result The correct result The correct result The correct result Conclusion Thank you! * * L.O.G.O * * L.O.G.O 吴奇轩、郁鑫、张杰、大张琨、万华生 Information Security Overview 1213132009、1213132010、1213132011、1213132012、1213132013 Resolving theories Solution approach Solution steps Whats the problem? The cipher is 11,8,19,17,20,19,8,18,5,6,18,14,5,13,0,4,4,8,4,14,8,19,3,19. I should unlock cipher and get a word. In my opinion, I think that I need to start from the simple way to do it. However, I never solve this kind of question. So I find many reference methods. I can use ASCII, RSA, substitute, matrix. I need to take a lot of trying. How to resolve? 1 2 3 Hashing encryption algorithms substitution algorithms Matrix transposition algorithms A substitution cipher is one in which a letter is substituted by another letter or set of letters. The Matrix transposition algorithms about the rows of the matrix A is replaced by the corresponding column, to obtain a new matrix called a transposed matrix A. The Hashing encryption algorithms has a fixed length output when it accepts input message different lengths . The output of a fixed length called a ‘hash’ or ‘Message digest’. RSA?is one of the first practicable public-key cryptosystems??and is widely used for secure data transmission. TThe final method is the RSA. RSA Cryptography Public-key n = pq, with p and q both primes. ed = 1 (mod ?(n)). ?(n) = (p-1)(q-1). Private-key d = 1/e (mod (p-1)(q-1)). encryption C = (mod n) decryption M = (mod n) int RSA(int a,int n,int m){ int e,d,C=1,i=0,M,T=1; for(e=2;e(m+1)/2;e++){ if((m+1)%e==0){ d=(m+1)/e; for(i=0;id;i++){ C=C*a;} M=C%n; for(i=0;ie;i++){ T=T*M;} if(T%n==a){ if(M=26){ M=M%26;} return M;} else{ return -1;}}}} First step Third step Second step Steps Give the character subscr

文档评论(0)

yaocen + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档