C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Akshay Patel(5)
Sandhiya Priya(2)
Vinoth Xavier(2)
Kishor Bikram Oli(2)
Saineshwar Bageri(2)
Dinesh Beniwal(2)
Syed Shakeer(2)
Vijayaragavan S(2)
subramanya m(1)
Praveen Kumar(1)
Jaimin Shethiya(1)
Ajay Kumar(1)
Vaibhav Patil(1)
Santhosh Teja(1)
Ramesh Palanivel(1)
Sibeesh Venu(1)
Gopi Chand(1)
Shubham Kumar(1)
Mudita Rathore(1)
Brijesh Jalan(1)
Bechir Bejaoui(1)
Nikunj Satasiya(1)
Keyur (1)
Uday Dodiya(1)
Manish Dwivedi(1)
Ashish Bhatnagar(1)
Mahesh Chand(1)
Sangeetha S(1)
Monica Rathbun(1)
Dominique Ceja(1)
Muhammad Shakir(1)
Kjetil Roe(1)
Resources
No resource found
Design a Encrypt and decrypt text file in Tailwind CSS
May 11, 2026.
Build a secure web app with Tailwind CSS to encrypt and decrypt text files or messages. Includes text input, encryption/decryption functions, file support, and a responsive UI. Learn to create a user-friendly encryption tool with HTML, CSS, and JavaScript.
Encrypt using JavaScript and Decrypt using C#
Nov 06, 2025.
Secure your data! Learn AES encryption with CryptoJS in JavaScript and .NET. Protect sensitive info by encrypting on the client-side and decrypting on the server.
How to Encrypt PAN in JavaScript and Decrypt in C#
Nov 06, 2025.
Secure sensitive data like PAN by encrypting it client-side with CryptoJS, decrypting server-side in C#, and preventing storage in ViewState. Protect data in transit and at rest.
What is the “Harvest Now, Decrypt Later” Threat Model? 🕵️♂️⏳🔓
Aug 29, 2025.
Understand the "Harvest Now, Decrypt Later" (HNDL) threat: how adversaries are collecting encrypted data today to decrypt it with future quantum computers. Learn how to defend against it!
Encrypt and Decrypt Web.config Using aspnet_regiis.exe Tool
Feb 07, 2025.
Learn how to use the **aspnet_regiis.exe** tool to encrypt and decrypt **Web.config** sections in .NET applications. This article covers prerequisites, command execution, and practical examples for securing configuration settings.
Encrypt Decrypt Data with Sqids in .NET Core
May 23, 2024.
Sqids is a helpful tool for obscuring numbers, such as consecutive numeric IDs, so they appear random and can be used in URLs and other contexts.
Create Encrypted AES Files and Decrypt AES Encrypted Files in C#
Oct 06, 2023.
How to Create Encrypted AES Files and Decrypt AES Encrypted Files in C#
How to Decrypt data using RSA algorithm in C#?
Oct 03, 2023.
In this article, we have sample code for decrypt an encrypted data with help of RSA Decryption algorithm and .pfx file which contains private key for decryption.
How To Encrypt And Decrypt In C# Using Simple AES Keys
Nov 25, 2019.
Learn how to encrypt and decrypt data in C# using simple AES keys. AES, a symmetric encryption algorithm, ensures secure communication by encoding and decoding messages.
Encrypt And Decrypt User Password In SQL Server DB Using C# Winform Application
Sep 18, 2017.
In this article we are going to learn how to maintain the user login details in sql server table with password encryption format and decrypt the user password and validate the credentials in login form.
Encrypt And Decrypt Connection String In Web.Config File
May 16, 2016.
In this article we are going to see how we can encrypt and secure our connection string in our web config file.
Encrypt And Decrypt String In Windows Runtime Apps
Apr 28, 2016.
In this article, we will learn how to encrypt and decrypt string in Windows Runtime apps.
Encrypt And Decrypt Files In Windows Runtime Apps Using Windows Cryptography Technique
Apr 25, 2016.
In this article, we will learn how to encrypt and decrypt files in Windows Runtime apps.
How to Encrypt and Decrypt the String in Java Without Using Any Algorithm
Jun 03, 2015.
This article teaches you how a string can be simply encrypted & decrypted in Java.
Text Encrypt and Decrypt With a Specified Key
Apr 08, 2015.
Encrypting and decrypting text with a specified key involves using cryptographic algorithms to convert plain text into cipher text and vice versa, ensuring data security. The key serves as the parameter for these operations.
Encrypt in JavaScript and Decrypt in C# With AES Algorithm in ASP.Net in MVC 4
Jan 26, 2015.
This article shows how to encrypt on the client side values in JavaScript and decrypt in C# with AES algorithm in ASP.NET MVC 4.
Encrypt in JavaScript and Decrypt in C# With AES Algorithm
Jan 18, 2015.
In this article I am going to show you how to encrypt Client side values in JavaScript and decrypt in C# with AES algorithm in ASP.NET web forms.
Encrypt and Decrypt Text in Web API
Sep 05, 2013.
In this article I will show you how to encrypt and decrypt text.
Encrypt and Decrypt in SQL Server: Part 5
May 16, 2013.
In this article, we will create a symmetric key and encrypt and decrypt string using this key.
Encrypt and Decrypt in SQL Server: Part 4
May 14, 2013.
In this article, we will encrypt plain text and decrypt encrypted text using the asymmetric key.
Encrypt and Decrypt in SQL Server: Part 3
May 12, 2013.
In this article, we will generate a certificate and using this certificate we will encrypt and decrypt the string.
Encrypt and Decrypt in SQL Server: Part 2
May 08, 2013.
In this article, we will discuss Database Master Key. The database master key is a symmetric key used to protect the private keys of certificates and asymmetric keys that are present in the database.
Encrypt and Decrypt in SQL Server: Part 1
May 06, 2013.
In this article, we will discuss Service Master Key, backup, restore and alter Service Master Key.
How to Decrypt a File in C#
Aug 16, 2012.
The File.Decrypt method decrypts a file in C#.
How to Encrypt and Decrypt a Password
Feb 18, 2011.
How to Encrypt and Decrypt a Password using EncryptByPassPhrase and DecryptByPassPhrase.
How to Encrypt and Decrypt Text
Jan 21, 2011.
This article explains how to Encrypt and Decrypt text.
How we Decrypt the Text File using DES Method in ASP.Net: Part 2
Aug 16, 2010.
In this article we will learn how to decrypt a Encrypted text file.
Encrypt and Decrypt Sensitive Metadata Within Your Config file
Jun 18, 2008.
In a certain cases, metadata embedded within your configuration file is sensitive. In fact, imagine that you develop an application that uses a data base as data source; all information about this data base is located in the configuration file. What if a hacker success to log into your configuration files and obtains the connection string and other metadata about your data base??
Encrypting and Decrypting Files using .NET Core
Jul 28, 2024.
Learn how to implement AES encryption and decryption in .NET Core with a detailed guide. Secure your sensitive data using systematic file encryption techniques. This comprehensive tutorial will equip .NET developers with the necessary skills to enhance data security effectively.
TripleDES Encryption and Decryption in C#
Oct 16, 2023.
Encryption is the process of rendering data unreadable to safeguard it from unauthorized access. It's widely applied in banking, e-commerce, communication, and security. TripleDES (Triple Data Encryption Standard) is a long-standing encryption method, utilizing three 56-bit keys for both encryption and decryption, also known as symmetric-key encryption. This article delves into TripleDES, elucidating its workings, strengths, and limitations. It compares TripleDES with contemporary encryption methods, placing it within the context of modern cryptography.
Best Algorithm For Encrypting And Decrypting A String In C#
Jan 31, 2023.
In this article, we learn about how to encrypt and Decrypt a String in C#.
Encrypting and Decrypting Cookies in ASP.NET 2.0
Feb 13, 2013.
This article demonstrate how to encode and decode cookies in ASP.NET 2.0
Classical Cryptography vs Post-Quantum Cryptography: Are We Ready for the Quantum Era?
Jun 20, 2026.
During the last few decades, classical cryptographic algorithms such as RSA and Elliptic Curve Cryptography (ECC) have served as the foundation of secure communication across the Internet. From online banking and e-commerce to cloud computing and digital signatures, these algorithms have protected sensitive information from unauthorized access.
Post Quantum Cryptography Explained
Nov 20, 2025.
Learn what post quantum cryptography is, how quantum computers can break RSA and ECC, and why new quantum resistant algorithms like Kyber and Dilithium are essential for future digital security. A complete guide for beginners, developers, and crypto professionals.
Encrypt Web Config Sections Using aspnet_regiis.exe Securely
Feb 07, 2025.
Learn how to encrypt and decrypt **Web.config** sections using **aspnet_regiis.exe** for enhanced security in ASP.NET applications. This guide covers encryption commands, best practices, and considerations for secure configuration management.
Excel Sheet Encryption using AES encryption in .Net
Dec 23, 2024.
Learn how to use AES encryption in C# to secure data by encrypting and decrypting files, including CSV or Excel. Explore FileStream, CryptoStream, and the System.Security.Cryptography namespace for robust data protection.
Cryptography actions with File in Desktop flow using Microsoft Power Automate
Jun 16, 2023.
Reading this article, you can learn how to encrypt or decrypt a file using Encrypt from file with AES action and Decrypt to file with AES action with the Desktop flow in Microsoft Power Automate
Cryptography Actions with Plain Text in Desktop Flow using Microsoft Power Automate
Jun 15, 2023.
Reading this article, you can learn how to encrypt or decrypt plain text using Encrypt text with AES action and Decrypt text with AES action with Desktop flow in Microsoft Power Automate.
How To Get Started With Always Encrypted For Beginners - Part Two
Feb 12, 2018.
In this post we will pick up where we left off in Part 1, if you haven’t read that please go back and do so. Now that we have encrypted our columns, it’s time to take a look at how we decrypt them inside SQL Server Management Studio or through our applications. You’ll be surprised to see how easy it is.
SQL Server 2016: Always Encrypted Feature
May 21, 2015.
I want to discuss today a new feature, Always Encrypted, that was highlighted in the SQL Server 2016.
How to Encrypt a File in C#?
Aug 09, 2012.
File class provides a method to ecrypt a file. Learn how to Encrypt a File in C#.
Encrypt a File Using Rijndael
Jan 03, 2007.
In this article, we will encrypt a file and embed an encrypted key through which we encrypt that file.
Xite Encryption
Mar 25, 2002.
This code provides an easy-to-use encryption and decryption solution in C#. It utilizes RSA cryptography, allowing seamless integration into Visual Studio projects. This class contains methods/functions for easily decrypting and encrypting data.