rsa-key-encryption
There are 126 repositories under rsa-key-encryption topic.
furkansenharputlu/f-license
Open Source License Key Generation and Verification Tool written in Go
tarcisio-marinho/GonnaCry
A Linux Ransomware
d4t4s3c/RSAcrack
Obtain the passphrase of a private key (id_rsa), this tool uses the ssh-keygen binary to perform a brute force attack until a successful collision occurs.
Vanethos/flutter_rsa_generator_example
Example of Generating RSA Keys
merrychap/fluffychat
:sheep: Decentralized chat with private messages and rooms. Messages and files are encrypted using RSA
BodnarSoft/KeePass-Smart-Certificate-Key-Provider
KeePass plugin that allows to use Smart Card certificates to encrypt database more securely.
tarcisio-marinho/RSA
Simple RSA cryptographyc algorithm implementation
Sanix-Darker/kripta
A CrossLanguage Encryption Module to encrypt data/files (Asymmetric and Symmetric encryption handled)
ryanbekhen/cryptkhen
Node.js library for simple implementation of encryption, decryption and digital signatures
suside/ssh-crypt
:lock: Share AES-256 encrypted vault file with your teammates using only ssh authorized_keys!
patidarayush11/RSA-Calculator
RSA is the algorithm used by modern computers to encrypt and decrypt messages. It is an asymmetric cryptographic algorithm. Asymmetric means that there are two different keys. This is also called public key cryptography, because one of them can be given to everyone. The other key must be kept private. It is based on the fact that finding the factors of an integer is hard (the factoring problem). RSA stands for Ron Rivest, Adi Shamir and Leonard Adleman, who first publicly described it in 1978. A user of RSA creates and then publishes the product of two large prime numbers, along with an auxiliary value, as their public key. The prime factors must be kept secret. Anyone can use the public key to encrypt a message, but with currently published methods, if the public key is large enough, only someone with knowledge of the prime factors can feasibly decode the message
neehu613/RSA-based-chat-application
A django based chat application where you can send messages encrypted using RSA algorithm.
Matt41531/RSA-Encryption-Decryption
RSA Encryption and Decryption project
eddieoz/RSA-primes-resolution
Recover a Private Key from a given Public Key using the Right Triangle-based Constant time mathematical solution method.
BaseMax/SimplestRSA
Simplest implementation of RSA algorithm encryption and decryption. (In only 13 lines)
TransEmpiric/simple-encryptor
Simple property ecryptor/decryptor extension for Spring Framework (RSA Public and Private PEM keys and the like).
bobmacneal/node-api-jwt
A nodeJs API template that implements authentication via JWTs
vddCore/AsusSupersetDecryptor
Because fuck Armoury Crate and fuck security-by-obscurity.
mihai36/pychat
Chat room end-to-end encrypted
sebastienrousseau/crypto-service
The Crypto Service Suite is a set of products that performs common cryptographic operations securely and efficiently. 🔐
EmreOvunc/RSA-Encryption-Decryption-Tool
RSA Encryption Decryption Tool
hassanzadehmahdi/RSA-Algorithm-in-Cryptography
RSA algorithm is asymmetric cryptography algorithm. Asymmetric actually means that it works on two different keys i.e. Public Key and Private Key. As the name describes that the Public Key is given to everyone and Private key is kept private.
mayank-k-jha/Data_Encryption_using_RSA_cryptography
Data_Encryption_using_RSA_cryptography_in_C++
nabrezzelt/MessageSystemCS
Secure MessageSystem in C# with RSA-Keys
rasti37/RSA-Cryptosystem
Encryption and Decryption using the RSA Algorithm
vspaz/rsa-encrypt-decrypt-rs
A Rust lib to encrypt/decrypt data with RSA public/private key pair and do base85/base64 encoding/decoding.
arxiver/rsam
Modified package for RSA encryption/decryption to allow large message encryption/decryption, to allow encryption through private key and decryption through public key and signature through public key and private key and vice versa. i.e. Additional functionalities to the existing crypto package https://pkg.go.dev/github.com/gossl/rsam
codassassin/very-basic-ransomware
This is a very basic ransomware created using Python
MohamedHashim/RSA_Algorithm
Simple implementation of RSA algorithm, asymmetric cryptography algorithm
pinkr0x1k/license-key
RSA and Public Key Cryptography designed and conducted research experiments to test theories for improved performance.
Rennsen/Git-Demo
Explore fundamental Git concepts through this practical example of a project, enabling effective code management and seamless collaboration
restuwahyu13/secure-jwt-token
Example implementation secure jwt access token
ElleyFolks/RSA_Algorithms
RSA Algorithm (asymmetric key) encryption and decryption program created in python. Drake and Elley did this as a project to accompany their Discrete Mathematics 2 Course at Western Governors University
hnjm/RSAUtil
.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.
suubh/RSA-Decrypt
It include a task that explains RSA algorithm and tries to decipher the plain text using some online services for mathematical calculations.
Tafara-N/RSA-Factoring-Challenge
RSA Factoring Challenge