Thursday, April 12, 2012

Encryption

Encryption is used to product the data.  There are 2 types of encryption.

  1. Symmetric: The key used to encrypt and decrypt are same.
  2. Asymmetric

Symmetric Encryption

There 4 different algorithms we can use to encrypt data in C#

  1. DES
  2. TripleDES
  3. RC2
  4. 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

Microsoft copilot Agent

 In Copilot Chat https://m365.cloud.microsoft/chat Click on All Agents on side bar Copilot Studio Provide the details and you are agent is r...