rsa-key-encryption

There are 117 repositories under rsa-key-encryption topic.

  • furkansenharputlu/f-license

    Open Source License Key Generation and Verification Tool written in Go

    Language:Go771172171
  • tarcisio-marinho/GonnaCry

    A Linux Ransomware

    Language:Python6504112400
  • d4t4s3c/RSAcrack

    Get the private key (id_rsa) passphrase.

    Language:Shell542014
  • Vanethos/flutter_rsa_generator_example

    Example of Generating RSA Keys

    Language:Dart345617
  • merrychap/fluffychat

    :sheep: Decentralized chat with private messages and rooms. Messages and files are encrypted using RSA

    Language:Python33624
  • BodnarSoft/KeePass-Smart-Certificate-Key-Provider

    KeePass plugin that allows to use Smart Card certificates to encrypt database more securely.

    Language:C#325119
  • tarcisio-marinho/RSA

    Simple RSA cryptographyc algorithm implementation

    Language:Python27318
  • Sanix-Darker/kripta

    A CrossLanguage Encryption Module to encrypt data/files (Asymmetric and Symmetric encryption handled)

    Language:Java24207
  • ryanbekhen/cryptkhen

    Node.js library for simple implementation of encryption, decryption and digital signatures

    Language:TypeScript19115
  • suside/ssh-crypt

    :lock: Share AES-256 encrypted vault file with your teammates using only ssh authorized_keys!

    Language:Go18102
  • 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

    Language:Python163010
  • Matt41531/RSA-Encryption-Decryption

    RSA Encryption and Decryption project

    Language:Python10005
  • BaseMax/SimplestRSA

    Simplest implementation of RSA algorithm encryption and decryption. (In only 13 lines)

    Language:PHP810
  • neehu613/RSA-based-chat-application

    A django based chat application where you can send messages encrypted using RSA algorithm.

    Language:Python8326
  • TransEmpiric/simple-encryptor

    Simple property ecryptor/decryptor extension for Spring Framework (RSA Public and Private PEM keys and the like).

    Language:Java8500
  • bobmacneal/node-api-jwt

    A nodeJs API template that implements authentication via JWTs

    Language:JavaScript7304
  • eddieoz/RSA-primes-resolution

    Recover a Private Key from a given Public Key using the Right Triangle-based Constant time mathematical solution method.

    Language:Python7311
  • EmreOvunc/RSA-Encryption-Decryption-Tool

    RSA Encryption Decryption Tool

    Language:Python7203
  • mihai36/pychat

    Chat room end-to-end encrypted

    Language:Python6100
  • crypto-service

    sebastienrousseau/crypto-service

    The Crypto Service Suite is a set of products that performs common cryptographic operations securely and efficiently. 🔐

    Language:TypeScript6102
  • vddCore/AsusSupersetDecryptor

    Because fuck Armoury Crate and fuck security-by-obscurity.

    Language:C#6111
  • mayank-k-jha/Data_Encryption_using_RSA_cryptography

    Data_Encryption_using_RSA_cryptography_in_C++

    Language:C++5102
  • Tressos-Aristomenis/RSA-Cryptosystem

    Encryption and Decryption using the RSA Algorithm

    Language:Java5100
  • 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

    Language:Go4140
  • RSA-Algorithm-in-Cryptography

    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.

    Language:Python4101
  • MohamedHashim/RSA_Algorithm

    Simple implementation of RSA algorithm, asymmetric cryptography algorithm

    Language:Python4201
  • nabrezzelt/MessageSystemCS

    Secure MessageSystem in C# with RSA-Keys

    Language:C#4413
  • pinkr0x1k/license-key

    RSA and Public Key Cryptography designed and conducted research experiments to test theories for improved performance.

    Language:C#4101
  • Rennsen/Git-Demo

    Explore fundamental Git concepts through this practical example of a project, enabling effective code management and seamless collaboration

    Language:JavaScript4102
  • vspaz/rsa-encrypt-decrypt-rs

    A Rust lib to encrypt/decrypt data with RSA public/private key pair and do base85/base64 encoding/decoding.

    Language:Rust4100
  • codassassin/very-basic-ransomware

    This is a very basic ransomware created using Python

    Language:Python3100
  • cyrilCodePro/DataProtection

    This repo generates private and public key for encrypting data to be send via a network

    Language:C#3201
  • 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

    Language:Python3100
  • 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.

    Language:C#330
  • LUCKYONE-CC/RSA_Algorithm

    RSA Algorithm implemented in c#

    Language:C#3100
  • 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.