-
AES-CMAC
(1). 复习AES原理。
(2). 用C/C++编写AES算法并调试通过。
(3). 复习CMAC原理。
(4). 在实现AES基础上,用C/C++编写CMAC算法并调试通过。
(5). 回答下列思考题。
AES解密算法和AES的逆算法之间有什么不同?
CMAC与HMAC相比,有什么优点?
((1). Review AES works. (2) with C/C++ write and debug via the AES algorithm. (3) review CMAC principle. (4) on the basis of achieving AES using C/C++ CMAC algorithm written and debugged. (5) Answer the following Questions. What is the difference between AES and AES decryption algorithm inverse algorithm? CMAC compared with HMAC, what are the advantages?)
- 2020-11-20 11:39:36下载
- 积分:1
-
PGP是一种混合密码体制。当用户使用PGP加密文本,PGP…
PGP 是一种混合密码系统。当用户使用PGP 来对纯文字加密的时候, PGP 首先会压缩这
段纯文字。数据压缩能够节省调制解调器传输时间以及磁盘类空间,还有更重要的、强化密码法的
保密程度。-PGP is a hybrid cryptosystem. When the user to use PGP to encrypt the text, PGP will first this text compression. Data compression can save time and modem transmission disk space, and more importantly, to strengthen the password confidentiality law.
- 2022-02-05 22:14:40下载
- 积分:1
-
数据库安全至关重要,尤其是Access数据库,由于其加密算法过于简单,使得Access单靠密码无法保证其安全,本代码通过改变数据库头文件实现对Acess数据库的...
数据库安全至关重要,尤其是Access数据库,由于其加密算法过于简单,使得Access单靠密码无法保证其安全,本代码通过改变数据库头文件实现对Acess数据库的加密。-Database security is crucial, especially the Access database, because of its too simple encryption algorithm, making Access a password alone can not guarantee their safety, the code by changing the header file database achieve Acess database encryption.
- 2023-07-10 15:15:03下载
- 积分:1
-
罗云彬的《Win32 汇编程序设计》随书源码光盘
汇编程序写的Hash校检程序,分享源码,支持SHA1和MD5两种,支持拉拽,支持剪切板的复制和比对,有进行条,自动计算耗时
(使用了不太精确的计时器),速度还是可以的,大概就这样。
- 2023-07-11 15:50:02下载
- 积分:1
-
Cryptography-and-Network-Security
用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。(With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.)
- 2013-11-01 15:00:05下载
- 积分:1
-
ProtectFile
文件加密程序,进行文件的加密,参考一下吧(File encryption, file encryption, refer to it)
- 2011-08-07 14:21:56下载
- 积分:1
-
实现维吉尼亚密码,用键盘接收明文和密钥,屏幕打印密文。...
实现维吉尼亚密码,用键盘接收明文和密钥,屏幕打印密文。-The achievement of Virginia password, use the keyboard to receive explicit and key, screen printing ciphertext.
- 2022-07-22 15:50:38下载
- 积分:1
-
公钥加密程序,采用非对称密钥,这里以类的形式调用
公钥加密程序,采用非对称密钥,这里以类的形式调用-Public key encryption procedures, the use of non-symmetric key, where to type the form of call
- 2022-07-02 03:55:21下载
- 积分:1
-
CRC
CRC-16算法的C语言实现(以常见的CRC-ITU为例引出的比特型算法)。-CRC-16 algorithm of the C language (in common CRC-ITU as an example of bit-based algorithm for extraction).
- 2022-06-17 00:22:20下载
- 积分:1
-
加密算法。
encrytion algorithms.
- 2022-02-14 02:42:54下载
- 积分:1