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

Tag RSA

How to generate an RSA JSON Web Key (JWK) in .NET

Sticky Post

A JSON Web Key (JWK) is a standard data structure used to define cryptographic keys in JSON format. In this step-by-step guide, you will learn how to generate an RSA JWK using .NET.

What is the TLS protocol?

Most websites secure their content and protect the privacy and integrity of the data exchanged through the internet by using the Hypertext Transfer Protocol Secure (HTTPS). HTTPS is a communication protocol that encrypts the data exchanged between an application and a server.

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 ↑