👨💻 Computer Security algorithms in C#
-
Updated
Apr 22, 2021 - C#
👨💻 Computer Security algorithms in C#
Implementation of the RSA algorithm in C#
RSA and Public Key Cryptography designed and conducted research experiments to test theories for improved performance.
This repo generates private and public key for encrypting data to be send via a network
Cryptographic application in C#
.NET Core RSA algorithm using the help tool.It supports data encryption, decryption, signature and verification signature.It supports three key formats, namely: xml, pkcs1, pkcs8.It also supports key conversion for these three formats.Last also support pem formatting.
A simple C# code that allows you to encrypt and decrypt huge numbers using the RSA algorithm.
Basic RSA algorithm implementation
Simple implementation of RSA Encryption.
a straight-forward prime generator (Miller-Rabin) and a naive implementation of the RSA algorithm
RSA algorithm & SHA-1 hash function
Project for Information Security course. Small cloud storage application with data encryption.
Send digitally signed & encrypted fund transfer (NEFT, RTGS or A2A) request to Bank Payment gateway.
1. The RSA algorithm was used. RSA, on the other hand, is a kind of public key encryption method, the security of which is based on the difficulty of multiplying integers.
Sometimes we need to hide our confidential data from other users. For that purpose we use encryption algorithms to encrypt our data... This is my RSA Encryption/Decryption Algorithm written with C#.
Cipher and decipher with RSA algorithm. Program written in C# for Data security basics classes.
.NET Foundation RSA algorithm supporting data encryption, decryption, signature and verification. It supports xml, pkcs1, pkcs8 and pem formats. It also supports key conversion between pkcs1, pkcs8 and xml formats.
Various security techniques
Add a description, image, and links to the rsa-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the rsa-algorithm topic, visit your repo's landing page and select "manage topics."