Skip to content

YanuarGuo/RSACryptography

Repository files navigation

RSA Cryptography in C#

Overview

This project implements RSA encryption and decryption using C#. The RSA algorithm is a widely used asymmetric cryptographic technique that relies on a pair of public and private keys to encrypt and decrypt messages securely.

Features

  • Generate RSA key pairs (public and private keys)
  • Encrypt plaintext messages using the public key
  • Decrypt ciphertext messages using the private key
  • Support for different key sizes (e.g., 256, 512, 1024, 2048, 4096 bits)

Prerequisites

  • .NET Framework 8.0 or higher
  • Visual Studio or any compatible C# development environment

Installation

  1. Clone this repository:
    git clone https://github.com/YanuarGuo/RSAEncryption.git
  2. Open the project in Visual Studio.
  3. Restore NuGet packages if required.
  4. Build and run the project.

License

This project is open-source.

Author

Developed by Yanuar Christy Ade Utama

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages