-
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
-
LZW算法基于转换串表(字典)T,将输入字符串映射成定长(通常为12位)的码字...
LZW算法基于转换串表(字典)T,将输入字符串映射成定长(通常为12位)的码字-LZW algorithm is based on converting Series (dictionary) T, the input string mapping into fixed-length (usually 12) the code word
- 2023-02-11 18:20:03下载
- 积分:1
-
主要用于数据文字的加密
主要用于数据文字的加密-characters are used mainly for data encryption
- 2023-08-10 12:40:03下载
- 积分:1
-
比较流行的md5的加密方法!
比较流行的md5的加密方法!-more popular encryption methods md5!
- 2022-01-30 16:50:29下载
- 积分:1
-
取主机网卡地址,可用于加密
取主机网卡地址,可用于加密-from mainframe NIC addresses can be used to encrypt
- 2022-07-01 06:34:20下载
- 积分:1
-
二维码识别
随着二维码的不断发展,生活中有越来越多的二维码识别程序,本程序识别典型的二维码,为本人课程设计时写的代码,在识别时仅识别典型的二维码。
- 2022-06-20 01:15:19下载
- 积分:1
-
一个实现文件加密的源码
一个实现文件加密的源码- A realization document encryption source code
- 2022-08-11 17:52:10下载
- 积分:1
-
加密算法。
加密算法。-Encryption algorithm.
- 2022-06-01 19:02:34下载
- 积分: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
-
encryptdecrypt
应用背景这aplicacion乐permite codificar mensajes跟Y copiarlos苏Sistema对粉compartido辑。关键技术EL语言C # ES UN Sistema bastante practico Y CON ESTA muestra DA MEJOR比如德再见
- 2022-01-30 16:35:19下载
- 积分:1