搜索资源列表
rsa
- 密码学大作业的内容,实现了多位数的素数检验生成等-Cryptography the contents of large operations, the realization of a multi-digit prime number, such as test generation
VS201_-GMP_prime_LIBC
- VS2010环境下使用GMP库-(环境配置、大素数生成代码、LIBC.LIB下载)-VS2010 environment using the GMP library- (environment configuration, large prime number generator code, LIBC.LIB download)
RSA
- 实现RSA密码体制。 1、程序构造一RSA密钥; 2、编写程序实现快速指数算法; 3、编写程序生成大素数; 4、实现RSA密码体制。 -RSA ENCOPRITY
Big-Integer.tar
- 大素数生成和基本运算符重载,采用C++编程,在linux下编写-Generation of large prime and basic operator overloading
RSA-(1)
- RSA生成大素数 加密解密 蒙哥马利算法 MFC界面-RSA encryption and decryption generate large prime numbers Montgomery algorithm MFC interface
MillerRabin
- 实验目的 许多密码算法和协议都需要“随机”的大素数,特别是在共享密钥的密码协议中。对于大素数的生成,一个最自然的方法是先生成一个大整数,然后对其进行素性检测。 实验内容与要求 随机选择一个12位的整数n,用Miller-Rabin素性检测算法,测试n是否为素数。 -Purpose of many cryptographic algorithms and protocols need to " random" large prime numbers, partic
bigPrime
- 采用BigInteger 类实现大素数生成,主要用于密码学RSA算法。-Using BigInteger class implements a large prime number generation, mainly for RSA cryptography algorithm.
RSA
- 随机生成两个大素数,并对文件进行加解密。(Generate two large prime numbers to decrypt files)
RSA加解密的设计与实现--程序+报告
- 制作一个RSA的加解工具的过程: 1、随机搜索大素数,随机生成公钥和私钥; 2、用公钥对任意长度的明文加密; 3、用私钥对密文解密; 4、界面简洁、交互操作性强。 5、(可选)实现对汉字的加解密,把加密结果存放在文本文档(The design process of making a RSA encryption tool: 1. The large prime number is searched randomly and the public key and the priv
RSA加解密和素性检验
- 1. rsa加密算法和rsa解密算法的c语言实现 2. 大素数检验 3. 自动生成p,q,e