-
I found five des algorithm.
我找到的5个des算法。-I found five des algorithm.
- 2022-03-09 08:53:07下载
- 积分:1
-
几个常用密码算法
信息安全课程的实验,含AES、DES、RSA三个加密算法和MD5、SHA-1两个哈希算法的C/C++源代码,可以加密字符串和文件。开发环境为VS,有完整的工程文件及代码,欢迎下载。
- 2022-04-28 04:45:50下载
- 积分:1
-
c语言编写可对文件加密
c语言编写可对文件加密-c language of the document can be encrypted
- 2022-05-20 20:11:13下载
- 积分:1
-
C编程WPS获得密码文件
用C编程获取WPS的文件密码-C programming WPS access to the password file
- 2022-04-25 06:03:50下载
- 积分:1
-
DES算法,用C语言开发#,图形化界面,视觉…
des算法,用c#写成,图形界面,在visual studio2005上编译通过,内含exe文件-des algorithm, using the c# languages, graphical interface, studio2005 in visual compiled by containing exe file
- 2023-02-18 15:30:03下载
- 积分:1
-
信息论
信息论--范诺编码-information theory-- Maryland coding
- 2023-07-05 01:45:03下载
- 积分:1
-
大数运算库miracl。有了miracl这样的函数库,你可以直接调用函数,来实现你要的公钥密码学的某个功能。...
大数运算库miracl。有了miracl这样的函数库,你可以直接调用函数,来实现你要的公钥密码学的某个功能。-Treasury computing large numbers miracl. With miracl this library, you can directly call the function, to realize that you ask for a public-key cryptography functions.
- 2023-03-22 00:40:03下载
- 积分:1
-
Openssl ActivePerl
Openssl & ActivePerl-5.8 & 编译要点说明,按照说明很容易通过编译,本人已经测试过,祝你好运。-Openssl ActivePerl- Compiler 5.8 points that can easily follow the instructions through the compiler, I have tested, I wish you the best of luck.
- 2022-06-14 02:34:21下载
- 积分:1
-
一个简单的加密算法Kaiser(C语言)
一个简单的加密算法Kaiser(C语言实现) -A simple encryption algorithm Kaiser (C language)
- 2023-05-09 14:25:03下载
- 积分: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