Description: Encryption and decryption procedures and source code in C#, encryption, mainly in two steps, the first step to select the file, the second step randomly generated as the encryption key Key and IV using the sender' s private key signature random key using the recipient public key encryption key key and signature, using the random key packet to encrypt data using the DES algorithm, the MD5 digest generation-> sender' s private key signature
To Search:
File list (Check if you may need any files):
Encryption_Demo\Encryption Demo\App.ico
...............\...............\AssemblyInfo.cs
...............\...............\Encryption Demo.csproj
...............\...............\Encryption Demo.csproj.user
...............\...............\Encryption Demo.sln
...............\...............\Encryption Demo.suo
...............\...............\Form1.cs
...............\...............\Form1.resx
...............\...............\ShareClass.cs
...............\Encryption Demo
Encryption_Demo