Category - Encryption
16 Aug 2022 16 Aug 2022 0 Comments  2888 Views
Here Mudassar Khan has explained with an example, how to encrypt and store Username or Password in SQL Server Database Table and then fetch, decrypt and display it in ASP.Net Core Razor Pages.

The Username or Password will be first encrypted using Symmetric (Same) key AES Algorithm and then will be stored in the database.

The Decryption will be done by fetching the encrypted Username or Password from Database and then decrypting it using the same key that was used for encryption.
16 Aug 2022 16 Aug 2022 0 Comments  8466 Views
Here Mudassar Khan has explained with an example, how to encrypt and store Username or Password in SQL Server Database Table and then fetch, decrypt and display it in ASP.Net Core MVC.

The Username or Password will be first encrypted using Symmetric (Same) key AES Algorithm and then will be stored in the database.

The Decryption will be done by fetching the encrypted Username or Password from Database and then decrypting it using the same key that was used for encryption.
13 Aug 2022 13 Aug 2022 0 Comments  8266 Views
Here Mudassar Khan has explained with an example, how to encrypt and store Username or Password in SQL Server Database Table and then fetch, decrypt and display it in ASP.Net MVC.

The Username or Password will be first encrypted using Symmetric (Same) key AES Algorithm and then will be stored in the database.

The Decryption will be done by fetching the encrypted Username or Password from Database and then decrypting it using the same key that was used for encryption.
11 Aug 2022 11 Aug 2022 0 Comments  1415 Views
Here Mudassar Khan has explained with an example, how to use encryption and decryption (Cryptography) in ASP.Net Core Razor Pages.

This article makes use of Symmetric (Same) key AES Algorithm for encryption and decryption process.
10 Aug 2022 10 Aug 2022 0 Comments  5254 Views
Here Mudassar Khan has explained with an example, how to use encryption and decryption (Cryptography) in ASP.Net Core MVC.

This article makes use of Symmetric (Same) key AES Algorithm for encryption and decryption process.
08 Aug 2022 08 Aug 2022 0 Comments  4292 Views
Here Mudassar Khan has explained with an example, how to use encryption and decryption (Cryptography) in ASP.Net MVC.

This article makes use of Symmetric (Same) key AES Algorithm for encryption and decryption process.
25 Apr 2019 25 Apr 2019 0 Comments  67214 Views
Here Mudassar Ahmed Khan has explained with an example, how to encrypt and store Username or Password in SQL Server Database Table and then fetch, decrypt and display it in Windows Forms (WinForms) Application using C# and VB.Net.

The Username or Password will be first encrypted using AES Symmetric key (Same key) algorithm and then will be stored in the database.

The Decryption will be done by fetching the encrypted Username or Password from Database and then decrypting it using the same key that was used for encryption.
24 Apr 2019 15 Sep 2022 0 Comments  34465 Views
Here Mudassar Khan has explained with an example, how to encrypt data and store in Database in ASP.Net using C# and VB.Net.

This article will illustrate how to encrypt data before storing in Database using AES Symmetric key (Same key) algorithm and also decrypt it back when fetching the data from Database in ASP.Net using C# and VB.Net.
18 Oct 2013 13 Aug 2022 26 Comments  522943 Views
Here Mudassar Khan has explained with an example, how to encrypt and store Username or Password in SQL Server database table and then fetch, decrypt and display it in ASP.Net using C# and VB.Net.

The Username or Password will be first encrypted using Symmetric (Same) key AES Algorithm and then will be stored in the database.

The Decryption will be done by fetching the encrypted Username or Password from Database and then decrypting it using the same key that was used for encryption.
06 Oct 2013 08 Aug 2022 26 Comments  339529 Views
Here Mudassar Khan has explained with an example, how to use encryption and decryption (Cryptography) in ASP.Net using C# and VB.Net.

This article makes use of Symmetric (Same) key AES Algorithm for encryption and decryption process.