rsa-cryptography

There are 726 repositories under rsa-cryptography topic.

  • drduh/YubiKey-Guide

    Guide to using YubiKey for GnuPG and SSH

    Language:HTML10.9k2202271.1k
  • chris2511/xca

    X Certificate and Key management

    Language:C++1.4k59447191
  • tarcisio-marinho/GonnaCry

    A Linux Ransomware

    Language:Python6504112400
  • life4/enc

    🔑🔒 A modern and friendly CLI alternative to GnuPG: generate and download keys, encrypt, decrypt, and sign text and files, and more.

    Language:Go4767018
  • sybrenstuvel/python-rsa

    Python-RSA is a pure-Python RSA implementation.

    Language:Python47411118106
  • x011/SecretPixel

    SecretPixel is a cutting-edge steganography tool designed to securely conceal sensitive information within images. It stands out in the realm of digital steganography by combining advanced encryption, compression, and a seeded Least Significant Bit (LSB) technique to provide a robust solution for embedding data undetectably.

    Language:Python2493121
  • Kitura/BlueRSA

    RSA public/private key encryption, private key signing and public key verification in Swift using the Swift Package Manager. Works on iOS, macOS, and Linux (work in progress).

    Language:Swift130213156
  • spamegg1/Math-for-CS-solutions

    Solutions to In-Class questions, Problem Sets and Exams of MIT Mathematics for Computer Science 2015 (same as 2019 Open Learning Library)

    Language:TeX1182022
  • secureyourself7/python-keylogger

    Advanced Pure-Python Keylogger

    Language:Python1086324
  • CryptoNet

    maythamfahmi/CryptoNet

    CryptoNet is simple, fast and a lightweight asymmetric and symmetric encryption library.

    Language:C#8952218
  • secutils

    secutils-dev/secutils

    Secutils.dev is an open-source, versatile, yet simple security toolbox for engineers and researchers

    Language:Rust692452
  • ihebski/factordb

    RSA primes numbers /RSA/CTFs

    Language:Python645012
  • SKocur/Image-Cipher

    Steganography software for encrypting text into image that uses modified version of LSB (Least Significant Bit) algorithm.

    Language:Java564316
  • Catherine22/SecuritySample

    (Android) Hide encrypted secret API keys in C/C++ code, retrieve and decrypt them via JNI. Google SafetyNet APIs example.

    Language:Java53426
  • azadkuh/mbedcrypto

    a portable, small, easy to use and fast c++14 library for cryptography.

    Language:C++445213
  • HexPandaa/RSA-Common-Modulus-Attack

    A simple Python 3 script to perform Common Modulus attacks on RSA

    Language:Python35108
  • vesvault/libVES.c

    VESvault End-to-End Encryption API: Encrypt Everything Without Fear of Losing the Key

    Language:C35408
  • crypton

    konstantinullrich/crypton

    A simple Dart library for asymmetric encryption and digital signatures

    Language:Dart3352612
  • git-akshat/CNS-Lab

    Cryptography and Network Security Lab programs done in 7th semester of SIT(VTU).

    Language:C++293117
  • abumq/ripe

    Lightweight cryptography library wrapper

    Language:C++276415
  • tarcisio-marinho/RSA

    Simple RSA cryptographyc algorithm implementation

    Language:Python27318
  • Xtrendence/X-Anonymous

    An anonymous Node.js chat web application for end-to-end encrypted communication. All encryption is done on the client-side using RSA-2048/3072/4096, so the server literally knows nothing.

    Language:JavaScript25768
  • namreeb/WardenSigning

    Experimenting with Warden signature cracking

    Language:C++243013
  • Sanix-Darker/kripta

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

    Language:Java24207
  • michel-leonard/C-Quadratic-Sieve

    The Quadratic Sieve algorithm for Integer Factorization up to 300+ bits in pure C.

    Language:C23444
  • DoniaEsawi/Your-Safe-Zone

    A flutter desktop windows app for cyber security

    Language:Dart21201
  • longluo/RSA

    RSA encryption and decryption Algorithms in C Language. ---RSA加解密算法的演示,C语言实现。

    Language:C214021
  • denysdovhan/rsa-labwork

    A javascript RSA algorithim encryption tool

    Language:JavaScript20507
  • only2dhir/rsaencryption

    RSA Encryption and Decryption in java

    Language:Java203117
  • 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
  • sinamna/ChizCoin

    simple blockchain implementation

    Language:Python15112
  • doublechaintech/hyperledger-fabric-bccsp-rsa

    BCCSP RSA&Java SDK to allow Hyperledger Fabric end to end support for RSA certificates

    Language:Go13315
  • Abd-ELrahmanHamza/RSA

    A chat app that implements RSA encryption for secure communication

    Language:Python12100
  • meetsiraja/ethereum-rsa

    Encrypt and Decrypt message using Ethereum keys.

    Language:JavaScript12611
  • ZeroBone/PollardRsaCracker

    RSA cracking algorithm based on Pollard factorization (Pollard's p-1 method).

    Language:Python11303
  • ZiadSheriif/Cryptosystem-RSA

    A basic RSA encryption and decryption system. It establishes a client-server connection using sockets, and the client sends an encrypted message to the server. The server then decrypts the message using RSA decryption and sends it back to the client.

    Language:Python11100