Dive into C#, Web, Cloud, Network and Security

Tag Encryption

How to create AES encryption 256 bit key in C#

Sticky Post

After explaining the concept and purpose of AES encryption in the previous article, this guide has for goal to give practical steps about how to create and use an AES encryption 256-bit key.

How to perform AES encryption in .NET

As a C# developer, you will notice that there are many classes available in .NET to perform AES encryption. In this article, we will talk about the recommended way to create a cryptographic object that implements the AES algorithm.

4 ways to create RSA keys with .NET

Nowadays, security is an essential aspect of the software development process. RSA is a cryptographic algorithm that uses a key pair to allow public-key encryption. This article explains how to create RSA keys with .NET.

© 2023 Siaka Baro

Up ↑