-
DiffieHellmanMerkle
ECC 是下一代用于移动或无线环境的公钥加密技术。ECC 基于一套用于执行非对称加密的密钥生成、加密和解密算法。 ECC 包含以下重要功能: 较之传统的密码系统(如 RSA),ECC 可以使用较小的密钥大小提供同等的安全性,这可以加速计算、降低功耗和内存并节省带宽。 ECC 在椭圆曲线上进行运算。您必须选择曲线和密钥长度。曲线由 NIST、ANSI 和 SECG 等多个组织标准化并命名。由于这些标准包含密钥长度,因此您只需选择其中一个预定义的曲线名称。Web Server 7.0 支持当前指定的所有曲线。
(Elliptic Curve Diffie Hellman Cryptography)
- 2009-04-04 10:51:31下载
- 积分:1
-
pe文件2in1捆绑工具源代码!请用Delphi编译!
pe文件2in1捆绑工具源代码!请用Delphi编译!-pe paper in 1 tool bundled source code! Please use the Delphi compiler!
- 2022-03-16 19:31:06下载
- 积分:1
-
个人编的rsa的源代码,算出public―private key;其中有Euclid,Extend Euclid的实现,以及Millar...
个人编的rsa的源代码,算出public―private key;其中有Euclid,Extend Euclid的实现,以及Millar-Rabin test的实现,和加密/解密-Rsa personal series of source code, calculate the public-private key including Euclid, Extend Euclid realization, as well as the Millar-Rabin test realization, and the encryption/decryption
- 2022-02-15 01:43:51下载
- 积分:1
-
Double random phase encoding
基于fresnel的双随机相位编码算法,直接可以运行,很适合刚刚学习的朋友(it can run directly, it is suitable for friends who have just studied)
- 2017-07-31 16:33:15下载
- 积分:1
-
加权融合算法 weight_fusion_exp
加权融合算法,对不同的因素加不同的权值以达到最优(weighted fusion algorithm, the different factors in different weights to achieve optimal)
- 2021-03-25 17:09:14下载
- 积分:1
-
Addpass
一款asp.net 高效能的c#加密解密程序(A high-performance encryption and decryption of c#)
- 2011-07-12 11:08:35下载
- 积分:1
-
多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是...
多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope-32767---- 32767. Practical problems of the treatment process often involves large integer arithmetic, such as the RSA encryption algorithm requires at least 64-bit integers, the procedure is designed algorithm large integer addition and subtraction operations.
- 2022-03-13 06:04:47下载
- 积分:1
-
完整的EVRC压缩解压缩算法源码,一个简单的例子…
完整的EVRC压缩解压缩算法源码,附带一个简单的例子程序。-EVRC complete source compression decompression algorithms, with a simple example program.
- 2023-03-02 06:25:03下载
- 积分:1
-
Cast128 algorithm and binary
与 Cast128 算法二进制兼容的加密算法,64位块加密,加密匙可到128位-Cast128 algorithm and binary-compatible encryption algorithm, 64 block encryption, encryption keys can be 128
- 2022-07-06 17:53:58下载
- 积分:1
-
RSA
RSA加密算法的C预言实现,对一张灰度图进行加密,然后再解密(RSA encryption algorithm in C prophecy fulfilled, encrypt and then decrypt a grayscale)
- 2012-10-22 14:14:34下载
- 积分:1