Location:
Search - ECC RSA
Search list
Description: RSA 和ECC的比较文件-RSA and ECC comparative document.
Platform: |
Size: 22534 |
Author: xiao tian |
Hits:
Description: RSA 在C语言上的实现源码,与ECC同为热门加密的算法
Platform: |
Size: 2899 |
Author: 林森森 |
Hits:
Description:
300多种加密算法
RSA
DES
ECC
Blowfish
RC4
Platform: |
Size: 198638 |
Author: guijiarui |
Hits:
Description: RSA数据加密代码,用C编写,已压缩成RAR格式-RSA data encryption code, prepared by C, has been compressed into RAR format
Platform: |
Size: 186368 |
Author: |
Hits:
Description: RSA 和ECC的比较文件-RSA and ECC comparative document.
Platform: |
Size: 22528 |
Author: |
Hits:
Description: C++程序设计与应用源码、C++反射的例子、RSA算法、vc++访问DAO数据库、遍历文件夹并建成目录树、打字小程序、电子便笺 、仓库管理系统-C++ Program design and application source code, C++ Reflection example, RSA algorithm, vc++ Visit DAO database, traverse folder and build the directory tree, typing of small procedures, electronic memo, warehouse management system
Platform: |
Size: 3119104 |
Author: |
Hits:
Description: RSA 在C语言上的实现源码,与ECC同为热门加密的算法-RSA in C language source realize, with the ECC with the encryption algorithm for the popular
Platform: |
Size: 3072 |
Author: 林森森 |
Hits:
Description: 一个很全很强大的密码算法库,是一个大学研究机构编写的,可以用来作算法分析和仿真验证。-a crypto library includs various algorithm, such as aes, des ,ecc ,rsa ...
Platform: |
Size: 529408 |
Author: hanyu |
Hits:
Description: 这是世界技术巨头对ecc支持的ppt奥,无意间搜到的-This is the world' s technology giants ecc support of the Austrian ppt, accidentally found the
Platform: |
Size: 482304 |
Author: 师倩 |
Hits:
Description: ECC 是下一代用于移动或无线环境的公钥加密技术。ECC 基于一套用于执行非对称加密的密钥生成、加密和解密算法。 ECC 包含以下重要功能: 较之传统的密码系统(如 RSA),ECC 可以使用较小的密钥大小提供同等的安全性,这可以加速计算、降低功耗和内存并节省带宽。 ECC 在椭圆曲线上进行运算。您必须选择曲线和密钥长度。曲线由 NIST、ANSI 和 SECG 等多个组织标准化并命名。由于这些标准包含密钥长度,因此您只需选择其中一个预定义的曲线名称。Web Server 7.0 支持当前指定的所有曲线。
-Elliptic Curve Diffie Hellman Cryptography
Platform: |
Size: 46080 |
Author: 苏长风 |
Hits:
Description: 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.
Platform: |
Size: 13312 |
Author: majid |
Hits:
Description: 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 above.
Platform: |
Size: 13312 |
Author: majid |
Hits:
Description: 非对称密码系统,包含RSA,ECC,大数乘法。-Asymmetric cryptosystems, including RSA, ECC, multiplication of large numbers.
Platform: |
Size: 139264 |
Author: 马德 |
Hits:
Description: 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
Platform: |
Size: 14336 |
Author: madarapu |
Hits:
Description: 椭圆加密库,RSA,大数库,还有其他的加密库,可以VC编译-ECC
Platform: |
Size: 1717248 |
Author: kawen |
Hits:
Description: openssl 最新的本版,包含很多加密算法,如RSA、ECC散列算法SHA-openssl latest edition, contains many encryption algorithms such as RSA, ECC hash algorithm SHA
Platform: |
Size: 4023296 |
Author: susuwen |
Hits:
Description: 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 later.Register me I want the ecc code now for by M.Sc Computer Science thesis at TU, Kathmandu, Nepal. Just a look at the code not the code itself will be used by me.
Platform: |
Size: 1024 |
Author: Lok |
Hits:
Description: 介绍RSA基本原理的课件,希望能对大家有所帮助-A PPT introducing the principles of RSA which I hope is useful for you
Platform: |
Size: 47104 |
Author: 李扬 |
Hits:
Description: 文件包为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 include RSA, ECC, and so on.)
Platform: |
Size: 2290688 |
Author: 大白羊
|
Hits:
Description: 椭圆曲线加密算法(ECC)是一种公钥算法,可以在不安全的信道上传递信息,而不需要事先约定密码。
RSA也是公钥算法,但是ECC比RSA有明显优势:在同等的安全程度下,所需要的密码长度最短。
但是缺点是算法本生很复杂,令人头大,我看了一堆书才写出了这个代码。
之前我发过一个256位的ECC源码,但是速度太慢了,这次这个是192位的,而且代码仔细优化过了,速度变快很多。(Elliptic curve cryptosystem (ECC) is a public key algorithm which can transmit information on unsafe channels without the need to pre contract passwords.
RSA is also a public key algorithm, but ECC has an obvious advantage over RSA: under the same security level, the required password length is the shortest.
But the drawback is that the algorithm is complex and big, and I read a bunch of books before I wrote the code.
I sent a 256 bit ECC source before, but it was too slow, this time it was 192 bits, and the code was carefully optimized, and the speed was faster.)
Platform: |
Size: 83968 |
Author: heroaaa123 |
Hits: