-
这是MD5算法的 Asm 实现,代码效率高,
这是MD5算法的 Asm 实现,代码效率高,-This is the MD5 algorithm Asm implementation, code efficiency,
- 2022-02-02 04:43:01下载
- 积分:1
-
apach加密模块
apach加密模块 -Apach encryption component
- 2022-03-26 11:45:45下载
- 积分:1
-
encryption operations, the simple DES encryption, completely DES encryption work...
加密作业,实现简单的DES加密,完全实现DES加密的工作流程-encryption operations, the simple DES encryption, completely DES encryption workflow
- 2022-02-28 09:20:09下载
- 积分:1
-
ieee加密新文章A New Image Encryption Arithmetic Based on a
Three
ieee加密新文章A New Image Encryption Arithmetic Based on a
Three-dimensional Map -A New Image Encryption Arithmetic Based on a
Three-dimensional Map
- 2022-04-10 06:53:46下载
- 积分: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
-
including registration generation software, LIB, DLL encryption modules in vario...
包括注册号生成软件、LIB、DLL 加密模块 各种语言调用加密模块的例子程序等-including registration generation software, LIB, DLL encryption modules in various languages called encryption module examples procedures
- 2022-01-25 23:56:34下载
- 积分:1
-
C的原代码,可以参考的.用一定的下在价值
C的原代码,可以参考的.用一定的下在价值-the original C code can reference. With a certain value in the next
- 2023-02-20 19:35:03下载
- 积分:1
-
对于密码学感兴趣的读者适合,当然要求一定的基础
对于密码学感兴趣的读者适合,当然要求一定的基础-for cryptography for interested readers, of course, requires a certain basis
- 2022-04-15 00:23:27下载
- 积分:1
-
大名鼎鼎的DES加密算法,内有html文档做出详细解释
大名鼎鼎的DES加密算法,内有html文档做出详细解释-famous DES encryption algorithm, which is html files provide a detailed explanation
- 2022-10-01 06:05:03下载
- 积分:1
-
字节取反
字节取反-Take anti-byte
- 2022-02-04 14:55:59下载
- 积分:1