Home > Asp.net MVC > Basic Encryption/Decryption (C#)

Basic Encryption/Decryption (C#)

This example shows how you can use C# to encrypt and decrypt strings using a salt key to protect the data.


This type of encryption is called symmetric-key encryption, which means that the string can only be decrypted if the other party has the correct key.

 

This Article is TAGGED in , . BOOKMARK THE permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">