Encryption is used to product the data. There are 2 types of encryption.
- Symmetric: The key used to encrypt and decrypt are same.
- Asymmetric
Symmetric Encryption
There 4 different algorithms we can use to encrypt data in C#
- DES
- TripleDES
- RC2
- Rijndeal
Asymmetric Encryption
- In Asymmetric encryption data is get signed using public key and decrypted using private key. for complete list and detail check MSDN Article
No comments:
Post a Comment