rsa-algorithm

There are 322 repositories under rsa-algorithm topic.

  • furkansenharputlu/f-license

    Open Source License Key Generation and Verification Tool written in Go

    Language:Go773172171
  • zeyadetman/Computer-Security-algorithms

    👨‍💻 Computer Security algorithms in C#

    Language:C#624017
  • RSA-Cryptosystem

    Anirban166/RSA-Cryptosystem

    Implementations of and how-tos regarding the RSA cryptosystem

    Language:Julia6010119
  • bavlayan/Encrypt-Decrypt-with-OpenSSL---RSA

    data encrypt and decrypt using openssl - rsa

    Language:C++363118
  • yakeing/php_jwsign

    This is a function wrapping through the Openssl to sign and validate the data, which ensures the integrity and security of the original data.

    Language:PHP34212
  • git-akshat/CNS-Lab

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

    Language:C++293117
  • dhruvie/RSA

    Image Encryption using RSA Algorithm in Python

    Language:Jupyter Notebook283325
  • Sanix-Darker/kripta

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

    Language:Java24207
  • iamrohitsuthar/LP3

    SPPU BE COMP LP3 Codes - Machine Learning (ML) and Information and Cyber Security (ICS)

    Language:Jupyter Notebook22208
  • longluo/RSA

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

    Language:C214021
  • Akshay-Arjun/Video-Steganography

    AES 256 & RSA encrypted video steganography. SRU Hackathon 2022 - Cybersecurity Winners

    Language:Python20222
  • knvd/HADES

    A hybrid Encryption/Decryption Algorithm implementing both DES and RSA algorithm.

    Language:Java181316
  • lonkey/simple-cryptographic-algorithms

    Python library for demonstrating the functionality of common cryptographic algorithms

    Language:Python18305
  • 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
  • ZentaChain/Zentalk-Web-Vue

    Zentalk-Web Encrypted Chat

    Language:CSS16515
  • Haldhardwivedi/Chat-application

    A server client chat application with GUI in python using Sockets and RSA cryptography algorithm for secure data transmission

    Language:Python14108
  • smaranjitghose/quantum_burglary

    Demonstration of the use of Quantum Computing to leverage Shor's Algorithm for cracking RSA encryption

    Language:Jupyter Notebook13414
  • afonsocrg/RSACypherMachine

    RSA string encrypter and decrypter

    Language:Python11103
  • Mehul2205/Cryptography-Assignments

    These are the lab assignments performed during the course of cryptography

    Language:Jupyter Notebook112013
  • 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
  • Matt41531/RSA-Encryption-Decryption

    RSA Encryption and Decryption project

    Language:Python10005
  • ZeyadTarekk/RSA

    RSA is a public-key cryptosystem that is widely used for secure data transmission.

    Language:Python10100
  • authdog/keylab

    Keylab is a Node.js library designed to simplify the creation and validation of JSON Web Tokens, eliminating the need for prior knowledge in cryptography.

    Language:TypeScript9101
  • BaseMax/SimplestRSA

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

    Language:PHP810
  • Besssy/rsa

    Implementation of the RSA algorithm in C#

    Language:C#8316
  • neehu613/RSA-based-chat-application

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

    Language:Python8326
  • norhanreda/RSA-assignment

    🛡⚔️ RSA security and attack in python

    Language:Python8100
  • 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
  • Farfetch/notarizer

    Notarizer is a tool that provides a way of verifying the authenticity of docker images.

    Language:Python7440
  • doubtcrack/RSA-Encypter-Decrypter

    The RSA Encryptor Decryptor is a digital lock and key system crafted as part of an academic project. It serves as a virtual toolbox, implemented in Python with a user-friendly interface built using Tkinter.

    Language:Python6100
  • HolzerSoahita/Cracking_code_python

    This is an implementation of all famous cryptography algorithms in python. There are several algorithm of cipher in this like Caesar, Transposition, Substitution, Vigenere, AES and RSA

    Language:Python6102
  • Kullmann/Photocrypt

    The purpose of this project is to encrypt and decrypt photos using the AES algorithm with a one-time use 128-bit AES session key wrapped with 2048-bit RSA encryption.

    Language:Python6200