-
对于C和C++几乎Rijndael的整数运算。
Arithmetic for integers of almost rijndael for C and C++.
Developed for linux-Arithmetic for integers of almost rijndae l for C and C. Developed for linux
- 2022-08-20 01:54:48下载
- 积分:1
-
amendment of the original CMd5 CaculateStr function of the type of serious error...
修正了原CMd5类的CaculateStr函数的严重错误,并且转到新的C++类库。此类已经经过验证,文件和字符串均能得到正确结果,支持Unicode(Unicode时不需要转换)-amendment of the original CMd5 CaculateStr function of the type of serious errors and to the new C Class. Such has been validated, documents, and the string to get the correct result, Unicode support (Unicode does not need conversion)
- 2022-01-25 16:30:42下载
- 积分:1
-
用C++实现的维吉尼亚密码源程序,已经在DevC++上测试过,大家可以再进行功能完善...
用C++实现的维吉尼亚密码源程序,已经在DevC++上测试过,大家可以再进行功能完善-With C++ Achievable Virginia password source, has been DevC++ Tested, we can further improve the function
- 2022-02-05 00:37:03下载
- 积分:1
-
TTrialSoftware LITE时间限制的共享软件控件。(源代码,需注册)价格:$120。工作在:CB5 D5。作者:Martin。...
TTrialSoftware LITE时间限制的共享软件控件。(源代码,需注册)价格:$120。工作在:CB5 D5。作者:Martin。-Time-bound TTrialSoftware LITE-sharing software control. (Source code, to be registered) Price: $ 120. Working in: CB5 D5. Author: Martin.
- 2022-10-10 01:25:03下载
- 积分:1
-
code for des
#包括;
- 2023-06-14 09:45:03下载
- 积分:1
-
工商银行 PCSC 智能卡读取程序示例
基于 金邦达Gem USB KEY 的工商银行 PCSC 智能卡读取程序示例。自定义 APDU 命令交互,读取智能卡数据
- 2022-05-19 02:50:13下载
- 积分:1
-
简单的RSA加密范例
简单的RSA加密范例-simple example of the RSA encryption
- 2022-08-05 12:37:46下载
- 积分:1
-
elgamal加密算法
这是很好的源代码,对于很多的童鞋来说是非常好的资料,而且程序简单易懂。本程序是在VISUAL C++6.0运行,不过在其他版本的软件上应该也可以运行。
- 2022-03-21 02:53:08下载
- 积分:1
-
des算法实现源码
des算法实现源码-des algorithm realization source code
- 2022-10-25 02:15:03下载
- 积分:1
-
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p...
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s
- 2022-02-06 10:37:53下载
- 积分:1