登录
首页 » 加密解密 » 详细的介绍了RSA的实现过程,以及它的优化

详细的介绍了RSA的实现过程,以及它的优化

于 2022-04-09 发布 文件大小:372.81 kB
0 244
下载积分: 2 下载次数: 2

代码说明:

详细的介绍了RSA的实现过程,以及它的优化-Detail the realization of the RSA process, as well as its optimization

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

发表评论

0 个回复

  • 数字签名PDF
    应用背景在这篇文章中,我将介绍一个简单的源代码,让您的数字签名PDF文档和修改它的元数据。我会用优秀的 自由港;iText  ;图书馆:itextsharp,可以下载 ;这里。你需要2008个视觉工作室能够打开和建设该项目。关键技术itextsharp提供了很多有趣的功能,创建和操纵PDF文件,但在这篇文章中,我们将只使用数字签名功能。我也会用一些功能来操作# PKCS 12证书。你唯一需要知道的是,我们的数字签名将使用从蛋白提取私钥# 12证书。
    2022-08-06 19:26:08下载
    积分:1
  • 用JAVA做的模拟电梯的程序,是自己做的
    用JAVA做的模拟电梯的程序,是自己做的- Simulation elevator procedure does which with JAVA, is oneself does
    2023-08-28 09:55:03下载
    积分:1
  • DES算法全称为Data Encryption Standard,即数据算法,DES算法把64位的明文输入块变为64位的文输出块,它所使用的钥也是64位...
    DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。本程序为适合初学者的rsa算法java源码及des源码,开发环境eclipse3.4-DES algorithm called the Data Encryption Standard, that is, data encryption algorithm, DES algorithm to express the 64-bit input block into a 64-bit output ciphertext block, it is also used 64-bit key. RSA" s security depends on the decomposition of large numbers. Public key and private key are two large prime numbers (more than 100 decimal places) of the function. This procedure is suitable for beginners of rsa algorithm java source and des-source, development environment eclipse3.4
    2023-01-27 23:40:03下载
    积分:1
  • 通用de
    Universal De-embedding Procedure
    2022-07-09 01:16:25下载
    积分:1
  • xilinx公司三重DES代码,内部有用于仿真的文件
    xilinx公司三重DES加密代码,内部有用于仿真的文件-xilinx companies Triple DES encryption code used for simulating an internal document
    2022-04-02 06:33:53下载
    积分:1
  • 我用C#做的一个对字符串的程序,对象为26个字母大小写和0到9的数字,实现的是替代法...
    我用C#做的一个对字符串加密的程序,加密对象为26个字母大小写和0到9的数字,实现的是替代法-I used C# do a strings encryption procedures, encryption targeted at 26 case-sensitive alphanumeric 0-9 and figures to achieve the substitution
    2022-01-25 18:38:23下载
    积分:1
  • base64 encryption algorithm source code, such as the current two
    base64加密算法源代码,比如现在的qq采样双层加密,其中外层加密就采用此算法-base64 encryption algorithm source code, such as the current two-tier encryption qq sampling, in which outer layer of encryption on the use of this algorithm
    2022-08-25 06:53:11下载
    积分:1
  • 数字 数字 数字
    数字加密 数字加密 数字加密 -digital encryption, digital encryption, digital encryption, digital encryption, digital encryption, digital encryption
    2022-03-23 12:18:33下载
    积分:1
  • Lock Manage 是一个功能比较全面的软件。 它具有多种方案:如文件口令,文件反拷贝,软硬盘,安装,文本,批处理等等。系统...
    Lock Manage 是一个功能比较全面的加密软件。 它具有多种加密方案:如文件口令加密,文件反拷贝加密,软硬盘加密,安装加密,文本加密,批处理加密等等。系统是由C和汇编写成,可从外部链接于主模块。可单独编译,单独调试。可执行EXE/COM程序加密模块已经过长时间的测试分析,其工作性能己十分稳定。可移植性与兼容性很好。另外,代码实现了CS,DS不换技术,使其SHELL性能难以被DEBUG识别。其内部密码采用单向不可逆变换,基本实现了不可解,原因在于四个随机密钥只能用穷举法找出。这种可靠原四密钥单向加密技术渗透到了后面的几个程序中。对于反拷贝加密,采用了随机的软指纹生成技术,可生成唯一密钥母盘。硬盘反拷贝在硬盘里产生四密钥,在非母机上程序运行错误。反反汇编可将整个文件的内容加密变换。反跟踪采用了目前十余种通用的反跟踪算法。可抵抗DEBUG系列软件。批处理和文本加密十分方便,但保密性不太强,只能用于一般用户。-Lock function is a more comprehensive encryption software. It has a wide variety of encryption programs : documents such as password encryption, anti-copy document encryption, hard disk encryption software, the installation of encryption, encrypted text, etc. batch encryption. C system is written and compiled, from the external links in the main module. Separately compiler, debugger alone. EXE executable/COM procedures encryption module has been tested over a long period of analysis, their performance has very stable. Good portability and compatibility. In addition, the implementatio
    2022-10-06 16:00:03下载
    积分:1
  • 数据标准 (DES) 关键时间表
    此代码提供关键时间表中的数据加密标准 (DES),这是生成子密钥的算法的实现的。 • 输入: (长度 (64 位) 的任何字符串。 • 输出: 16 子键产生的 DES (每个 48 位长度)。 如何使用它: 1.>> K = DES_KeyScheduling %会创建一个类 "DES_KeyScheduling" 的对象。 2.>> K.KEY_STRING = "密码" %设置的加密密钥值。 3.>> K.printPC2() %打印输出的置换选择 2 (PC-2) (也称为 x 16 48 及其子键) 无压痕。用来调用函数 1 "K.printPC2(1)" 要输出带缩进值。
    2023-08-24 20:00:03下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载