There are two classes for asymmetric encryption in .net. RSACryptoServiceProvider and DSACryptoserviceProvider . Both classes automatically create the public and private keys necessary to encryption and decryption with the defau…
Generate Random Data Generate Hash of a file Symmetric Encryption using OpenSSL Asymmetric encryption using OpenSSL Check certificate validity. Generate Digital Signature using OpenSSL This article will show yo…
Encryption is critical while transmitting the data over the network or you are sharing some secure information with others. In this post, I will show you how to encrypt the bitmap image ( Just for fun) in C#. The technique i…
In this post, I am going to show you how to encrypt and decrypt data in asp.net using Symmetric algorithm. Before going to implementation details let discuss some security-related terms before. What is Hashing Hashing is o…