资源列表

« 1 2 ... .48 .49 .50 .51 .52 153.54 .55 .56 .57 .58 ... 1660 »

[加密解密RSA加解密

说明:vc环境下RSA算法加解密功能的实现,内附有示例代码。-The implement of encryption and decryption with RSA algorithm in VC environment, attached with example source code.
<wj> 在 2025-05-09 上传 | 大小:1.88mb | 下载:0

[加密解密VC_RSA

说明:一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要
<> 在 2025-05-09 上传 | 大小:1.87mb | 下载:0

[加密解密secretshare_VC++

说明:Shamir秘密分享与恢复算法的VC++程序,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再得出主密钥。输入大数长度和份数可自行定义(默认是270位和不超过20份)。-Shamir secret sharing and recovery algorithm VC procedures, is the use of the plane could be decid
<linvg> 在 2025-05-09 上传 | 大小:1.87mb | 下载:0

[加密解密AES

说明:虽然是网上搜的,但是不全,我自己又找到了缺少的部分,能编译,组建,但运行出错,内存出错。-Although it is found online, but it was incomplete, I have found indispensable part of that can compile, set up, but run error, memory error.
<> 在 2025-05-09 上传 | 大小:1.88mb | 下载:0

[加密解密DES

说明:c++ DES encrypt and decrypt
<laomai> 在 2025-05-09 上传 | 大小:1.87mb | 下载:0

[加密解密DES

说明:这个程序主要实现了DES加密算法,分为文件加密和字符串加密-The main achievement of this process the DES encryption algorithm is divided into file encryption and string encryption
<丁涛> 在 2025-05-09 上传 | 大小:1.87mb | 下载:0

[加密解密DESlxp

说明:这是一个关于DES加密解密算法的c++程序-This is a study on DES encryption and decryption algorithm c++ Procedures
<杨赟> 在 2025-05-09 上传 | 大小:1.87mb | 下载:0

[加密解密lab05

说明:realization of SHA algorithm
<Elena> 在 2025-05-09 上传 | 大小:1.87mb | 下载:0

[加密解密EUCINV

说明:用扩展欧拉法求逆元 rsa算法的必须组成函数模块 带对话框-Euler method with the expansion of rsa algorithm inverse function must be composed of modules with dialog box
<周勇> 在 2025-05-09 上传 | 大小:1.87mb | 下载:0

[加密解密SHAMD

说明:SHA-256 散列哈希函数 用于数据加密-SHA-256 hash function
<Yao> 在 2025-05-09 上传 | 大小:1.88mb | 下载:0

[加密解密PHPion-Decoder-(20099

说明:PHPion Decoder windows utility
<enotanet> 在 2025-05-09 上传 | 大小:1.88mb | 下载:0

[加密解密Byterun-Decoder-(2009)

说明:Byterun php Decoder windows utility
<enotanet> 在 2025-05-09 上传 | 大小:1.88mb | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 153.54 .55 .56 .57 .58 ... 1660 »

源码中国 www.ymcn.org