👨💻 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.
Clipboard Crypto Address Replacer is a C# tool that monitors the clipboard and replaces cryptocurrency wallet addresses with predefined ones using regex detection and RSA encryption.
This repo generates private and public key for encrypting data to be send via a network
.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.
Cryptographic application in C#
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
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.
Project for Information Security course. Small cloud storage application with data encryption.
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.
📫 Postbox is a lightweight encryption tool which allows users to generate key pairs, exchange public keys, encrypt and decrypt messages, and communicate securely over SMTP using the RSA-2048/4096 algorithm. Built with C#.
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."