Description: DES/RSA/MD5
The implementation of symmetric cryptography
(1) familiar with the use of the corresponding DES encryption / decryption function, complete single DES encryption / decryption of a particular file (test-1.txt) in a single machine;
(2) for DES key features (8 bytes, 64 bits, which really works for 56 bits), the design of a secret key generation mechanism (i.e. using the session key is randomly generated temporary);
To Search:
File list (Check if you may need any files):
信息安全实验2-1\DES.class
信息安全实验2-1\EncryptException.class
信息安全实验2-1\MD5.class
信息安全实验2-1\RSAUtil.class
信息安全实验2-1\信息安全第一次实验报告.docx
信息安全实验2-1