-
密码算法中的单向散列函数之SHA算法的C代码
密码算法中的单向散列函数之SHA算法的C代码-password algorithm for one-way hash algorithm SHA Function of C code
- 2022-02-22 10:15:44下载
- 积分:1
-
关于AES算法的解释文档,是初学者的好帮手,有助于对AES算法的理解...
关于AES算法的解释文档,是初学者的好帮手,有助于对AES算法的理解-AES algorithm on the interpretation of documents, beginners are a good helper to help the understanding of the AES algorithm
- 2022-09-16 13:15:03下载
- 积分:1
-
密码学的数字签名算法 来自国外教材
密码学的数字签名算法 来自国外教材-Cryptography Digital Signature Algorithm materials from abroad
- 2022-03-02 23:55:36下载
- 积分:1
-
sha256。256位的sha哈希函数算法,将明文进行散列加密处理。
sha256。256位的sha哈希函数算法,将明文进行散列加密处理。
- 2022-01-25 22:47:04下载
- 积分:1
-
the documents encrypted driver source
文档加密驱动程序源
- 2022-04-12 22:16:59下载
- 积分:1
-
AES C source
AES算法C源码-AES C source
- 2023-02-10 02:00:03下载
- 积分:1
-
LibTomCrypt是一个全面的、可扩展的密码学函数库。包括了各类主要的加密函数,单向摘要函数,伪随机数生成器,公钥加密函数。
你可以在这里下载到源文件及...
LibTomCrypt是一个全面的、可扩展的密码学函数库。包括了各类主要的加密函数,单向摘要函数,伪随机数生成器,公钥加密函数。
你可以在这里下载到源文件及其说明:http://www.libtomcrypt.org
libtomcrypt在C++builder6下编译为tomcrypt.lib
-LibTomCrypt is a comprehensive, scalable cryptography libraries. Including the major types of encryption function, the one-way function summary, the pseudo-random number generator, public key encryption function. You can download the source of the document and its Note : http :// in C www.libtomcrypt.org libtomcrypt builde r6 compiler for tomcrypt.lib
- 2022-10-03 23:55:03下载
- 积分:1
-
从一个随机文件读取256字节数据形成数据区DArea,再应用洗牌法所给的方法生成0~255的一个全排列DTab。试分别写出"求DArea中全部数据经
(1)...
从一个随机文件读取256字节数据形成数据区DArea,再应用洗牌法所给的方法生成0~255的一个全排列DTab。试分别写出"求DArea中全部数据经
(1)以DTab为S-盒;
(2)以DTab为P置换
-from a random file read 256 byte data area DArea form data, re-shuffling in law application to the formation of 0 ~ 255 DTab a full array. Try to write were "seeking DArea by which all data (1) DTab S-boxes; (2) DTab replacement for the P
- 2023-04-08 23:00:03下载
- 积分:1
-
Vientiane password to use VB to do query tool, used here in several commonly use...
用VB做万象密码查询工具,这里用到几个常用的API函数:FindWindow,SendMessage,GetClassName,WindowFromPoint-Vientiane password to use VB to do query tool, used here in several commonly used API functions: FindWindow, SendMessage, GetClassName, WindowFromPoint
- 2022-06-01 11:33:03下载
- 积分:1
-
算术运算实现字母的替换。凯撒加密就是一种单字母替换法:通过用户给出密钥将字母加上密码变成密文...
算术运算实现字母的替换。凯撒加密就是一种单字母替换法:通过用户给出密钥将字母加上密码变成密文-Arithmetic operations to achieve the replacement of letters. Caesar encryption is the replacement of a single-letter law: the user is given the letter key will be encrypted into a ciphertext
- 2022-03-29 03:50:45下载
- 积分:1