登录
首页 » 软件系统 » 还有一个缺陷就是在只知道密文 x 及公钥(n,e)的情况下,只要将 (x^e) mod n 所得余数 s 再不断地循环操作 s = s^e mod n,此运算不...

还有一个缺陷就是在只知道密文 x 及公钥(n,e)的情况下,只要将 (x^e) mod n 所得余数 s 再不断地循环操作 s = s^e mod n,此运算不...

于 2022-08-03 发布 文件大小:14.34 kB
0 217
下载积分: 2 下载次数: 1

代码说明:

还有一个缺陷就是在只知道密文 x 及公钥(n,e)的情况下,只要将 (x^e) mod n 所得余数 s 再不断地循环操作 s = s^e mod n,此运算不断地循环 e 次之后,很多情况下都可以循环出原文,只是计算量过余多一些罢了。不过有不少情况下,根本都无须循环 e 次,不过对于1024位的 n 级别来说,e 也是一个相当大的数值,所以循环密文的余数以解得原文是有些不现实。 以上内容仅供参考,如有不实,请予更正-there is a defect in only know that the secret and public key-x (n, e) the circumstances, as long as (x ^ e) mod n from the remaining s to continuously cycle operation s = s ^ e mod n, this constant cycle of Operational e occasion, the very many circumstances can be recycled from the original, but I calculated the volume more than just. There are, however, many instances, simply do not need e cycle times, but for 1024 the level n, e is a very large figure, so secret circle the remainder of the text was obtained in the original is a bit unrealistic. The above is for reference only, if not true, I corrected

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 美丽的建筑
    Beautiful Architecture -- 英文版 全球19位顶尖架构师智慧结晶 本书围绕5个主题领域来组织本书的内容:概述、企业应用、系统、最终用户应用和编程语言。本书让最优秀的设计师和架构师来描述他们选择的软件架构,剥开架构的各层,展示他们如何让软件做到实现功能、可靠、易用、高效率、可维护、可移植和优雅。-Beautiful Architecture, 1st Edition by Diomidis Spinellis Georgios Gousios ------------------------------------ Publisher: O Reilly Media, Inc. Pub Date: January 29, 2009 -------------------------------------- With this book, you ll discover: How Facebook s architecture is the basis for a data-centric application ecosystem The effect of Xen s well-designed architecture on the way operating systems evolve How community processes within the KDE project help software architectures evolve from rough sketches to beautiful systems How creeping featurism has helped GNU Emacs gain unanticipated functionality The magic behind the Jikes RVM self-optimizable, self-hosting runtime Design choices and building blocks that made Tandem the choice platform in high-availability environments for
    2022-02-16 08:12:28下载
    积分:1
  • 对嵌入式实时操作斗C/OS一Ⅱ的组成和S3c2410微处理器进行了简单介 绍。在此基础上,详细介绍了将斗C/OS―II移植到S3C24lo微处理器的步骤...
    对嵌入式实时操作系统斗C/OS一Ⅱ的组成和S3c2410微处理器进行了简单介 绍。在此基础上,详细介绍了将斗C/OS―II移植到S3C24lo微处理器的步骤和方法,指出 了移植过程的关键点和相应的处理办法,并对移植过程的关键部分进行了详细描述。-Embedded real-time operating system doo C/OS Ⅱ one composition and S3C2410 microprocessor had a brief introduction. On this basis, will be described in detail Doo C/OS-II microprocessor S3C24lo transplanted to the steps and methods, pointing out that the transplant process, the key points and the corresponding treatment approaches, and a key part of the transplanting process described in detail.
    2023-04-16 20:35:03下载
    积分:1
  • SUN Xin VC classroom notes, after a selection of programming code! Very rare!
    孙鑫VC课堂教学笔记,经过精选的编程代码! 非常难得!-SUN Xin VC classroom notes, after a selection of programming code! Very rare!
    2023-04-13 10:45:03下载
    积分:1
  • 指纹识别
    关于指纹识别系统的c++源代码。以FPGA作为核心控制器件,实现指纹图像的采集、存储、处理和比对等,完成对指纹图像的有效识别。        
    2022-03-31 22:13:47下载
    积分:1
  • ISO/IEC 9899:1990 C编程标准。 1992年的TECHNICAL CORRIGENDUM 1
    ISO/IEC 9899:1990 C编程标准。 1992年的TECHNICAL CORRIGENDUM 1-ISO/IEC 9899:1990 C programming standards. In 1992 the TECHNICAL a correr
    2022-05-19 05:38:32下载
    积分:1
  • SKYEYE 使用
    SKYEYE 使用-SKYEYE use
    2023-02-06 13:45:04下载
    积分:1
  • execCommand () can make your pages have the
    execCommand() 可以使您的网页有「储存」、「打印」、「剪下」、「复制」、「贴上」甚至「复原」等超多有用的功能。 详细的使用方法,到 MSDN 浏览完整的信息 -execCommand () can make your pages have the
    2022-02-09 23:41:43下载
    积分:1
  • GPIF应用程序,主要目的是利用大量转移,日…
    GPIF适用程序,主要用途是在海量传输中使用,所使用的文件由
    2022-02-02 18:29:41下载
    积分:1
  • 网上报修管理
    网上报修系统管理软件,用于网上报修各种问题!
    2022-08-07 17:44:48下载
    积分:1
  • 专家 C语言
    应用背景 应用与人工智能专家系统 可提供输入和输出页面,实现人机互动,适用于简单的学习 关键技术 基于产生式规则的专家系统 适用于初学者进行学习 有详细的注解,理解起来很方便 不适用于非常专业的情况 有4部分构成
    2022-02-14 03:17:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载