Cryptography in C#
Here is the C# Cryptography Class. Cryptography is the Process of Hiding Your Information in Specific Format that Another Person Couldn't Understand.Two Types of Cryptography:
1. Symmetric (have public key)
2. Asymmetric (have public and private key which knows by Sender and Receiver)
Namespace for Cryptography is System.Security.Cryptography
Click Here to Download Program







0 comments:
Post a Comment