Quantcast
Channel: Towards Next » DECRYPTION
Browsing all 4 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

DES Encryption in C# using System.Security.Cryptography Part 1

Doing Encryption with various well know algorithm is not so easy. Writing those and managing is bit difficult. But microsoft provides assemblies/libraries and built in classes with the help of which...

View Article



Image may be NSFW.
Clik here to view.

RSA Encryption in C# using System.Security.Cryptography Part 2

This time we will perform RSA Encryption(Asymmetric encryption) with the help of the RSACryptoServiceProvider Class. Now its key length depends upon the Cryptographic Provider you have. For MS Base...

View Article

Image may be NSFW.
Clik here to view.

Class for 4 Different Symmetric Encryption

Here is one sample class which can be used for 4 different kind of symmetric encryption 1. DES 2. RC2 3. Rijndeal 4. TripleDES Before using the class there is one important thing to know which is the...

View Article

Image may be NSFW.
Clik here to view.

SSL Part 1

One of the way to protect the data of the user visiting your website or accessing you application through network is by using SSL. SSL Also know as Secure Socket Layer. SSL was first developed by...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images