-
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
-
DES 加密系统的 C 语言源代码,实现了简单的DES加密系统。
DES 加密系统的 C 语言源代码,实现了简单的DES加密系统。-DES Encryption System C language source code, a simple realization DES encryption system.
- 2022-01-28 17:01:17下载
- 积分:1
-
代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over) -What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used (In VB- The same technique can be implemented in
- 2023-06-18 10:00:03下载
- 积分:1
-
电子邮件指定地址海量发送,包含Base64加密算法
电子邮件指定地址海量发送,包含Base64加密算法-Send mass e-mail address specified, including the Base64 encryption algorithm
- 2023-06-11 07:25:03下载
- 积分:1
-
.net2003下写的多种加密加密算法的演示
.net2003下写的多种加密加密算法的演示-. net2003 written under a variety of encryption encryption algorithm demo
- 2022-02-07 05:51:38下载
- 积分:1
-
C++语言实现智能卡研发技术,实现智能卡的MD5,DEC,SHA,RSA等加密技术,欢迎大家下载,交流并研究....
C++语言实现智能卡研发技术,实现智能卡的MD5,DEC,SHA,RSA等加密技术,欢迎大家下载,交流并研究.-C++ Language development of smart card technology, smart cards MD5, DEC, SHA, RSA encryption technology, etc., all are welcome to download, share and study.
- 2022-02-13 17:25:04下载
- 积分:1
-
sequence generation process, the procedure uses encryption several areas
生成程序序列号在程序加密方面几好用-sequence generation process, the procedure uses encryption several areas
- 2022-04-11 05:15:46下载
- 积分:1
-
文件加密的过滤驱动程序,适用于大部分的文件加密软件
文件加密的过滤驱动程序,适用于大部分的文件加密软件-File Encryption filter driver, applies to most of the file encryption software
- 2022-06-30 04:31:17下载
- 积分:1
-
JPEG2000 image format for the use of the Arnold transform the image of the wavel...
针对JPEG2000格式的图像,利用了Arnold变换对图像的小波系数进行加密,对初步研究JPEG2000图像加密算法的有试用价值-JPEG2000 image format for the use of the Arnold transform the image of the wavelet coefficients encryption, preliminary study of the JPEG2000 image encryption algorithms have tested the value of
- 2022-03-02 04:18:08下载
- 积分: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