搜索资源列表
cmpeccrsa
- RSA 和ECC的比较文件-RSA and ECC comparative document.
rsa
- RSA 在C语言上的实现源码,与ECC同为热门加密的算法
300多种加密算法
- 300多种加密算法 RSA DES ECC Blowfish RC4
数据加密与数字签名系统.rar
- RSA数据加密代码,用C编写,已压缩成RAR格式,RSA data encryption code, prepared by C, has been compressed into RAR format
openssl-1.0.0c.tar
- openssl 最新的本版,包含很多加密算法,如RSA、ECC散列算法SHA-openssl latest edition, contains many encryption algorithms such as RSA, ECC hash algorithm SHA
miracl
- 椭圆加密库,RSA,大数库,还有其他的加密库,可以VC编译-ECC
borZoi-1.0.2
- 一个很全很强大的密码算法库,是一个大学研究机构编写的,可以用来作算法分析和仿真验证。-a crypto library includs various algorithm, such as aes, des ,ecc ,rsa ...
DiffieHellmanMerkle
- ECC 是下一代用于移动或无线环境的公钥加密技术。ECC 基于一套用于执行非对称加密的密钥生成、加密和解密算法。 ECC 包含以下重要功能: 较之传统的密码系统(如 RSA),ECC 可以使用较小的密钥大小提供同等的安全性,这可以加速计算、降低功耗和内存并节省带宽。 ECC 在椭圆曲线上进行运算。您必须选择曲线和密钥长度。曲线由 NIST、ANSI 和 SECG 等多个组织标准化并命名。由于这些标准包含密钥长度,因此您只需选择其中一个预定义的曲线名称。Web Server 7.0 支持当前指定的
GFP_MOD_ADD_Project
- this the ADD routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.-this is the ADD routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.
GFP_MOD_SUB_Project
- this the SUB routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.-this is the SUB routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.
GFP_MONT_INV_Project
- this the MONTGOMERY INV routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.-this is the MONTGOMERY INV routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or a
GFP_MUL_Project
- this the MUL routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.-this is the MUL routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.
Asymmetric-Key-Cryptosystem
- 非对称密码系统,包含RSA,ECC,大数乘法。-Asymmetric cryptosystems, including RSA, ECC, multiplication of large numbers.
ECC
- ECC is an public key algorithm here we have compared this algorithm between RSA and E-ECC is an public key algorithm here we have compared this algorithm between RSA and ECC
RSA
- original rsa as given by rivest,shamir , and adleman. Its problems in decryption are optimized using rsa variants like crt rsa, multiprime rsa, rebalanced rsa and rprime rsa. U should give the no. of bits to be 1024 and check it on netbeans 6.5 or la
ECC
- 介绍RSA基本原理的课件,希望能对大家有所帮助-A PPT introducing the principles of RSA which I hope is useful for you
Miracl大数库(包含用户手册、使用手册)
- Miracl库是国外著名密码学C语言函数库,一般采用VC6.0使用Miracl库,用它可实现RSA、ECC等加密算法。
ARM 加解密功能算法
- 文件包为ARM加解密库,都是C代码。 内部包含对称算法如AES、SHA、XXTA等。非对称算法包含RSA、ECC等。(The file package is the ARM encryption and decryption library, all of which are C code. The internal contains symmetric algorithms such as AES, SHA, XXTA, etc.. Asymmetric algorithms incl
ECC模块 v0.12
- 椭圆曲线加密算法(ECC)是一种公钥算法,可以在不安全的信道上传递信息,而不需要事先约定密码。 RSA也是公钥算法,但是ECC比RSA有明显优势:在同等的安全程度下,所需要的密码长度最短。 但是缺点是算法本生很复杂,令人头大,我看了一堆书才写出了这个代码。 之前我发过一个256位的ECC源码,但是速度太慢了,这次这个是192位的,而且代码仔细优化过了,速度变快很多。(Elliptic curve cryptosystem (ECC) is a public key algorithm wh
ECC 详细介绍和实现
- ECC算法实现,使用C++实现,思路可以借鉴。不一定全部适用