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

Teams PowerShell

 The PowerShell helps to get quick meta data around Teams. Install-Module -Name MicrosoftTeams Connect-MicrosoftTeams Get-TeamAllChannel...