c# encryption: III. symmetric encryption AES, DES, RC2, Rijndael
1, Overview of symmetric encryption in c#
Symmetric encryption algorithm uses the same key for encryption and decryption. The Framework provides four symmetric encryption algorithms. AES,DES,Rijndael,RC2.
DES: the full name is Data Encryption Standard, that is, Data Encryption Standard. It is a block algorithm using key encryption. In 1977, ...
Posted by EternalSorrow on Sat, 08 Jan 2022 07:54:11 +0100