An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with rsa-algorithm

A curated list of projects in awesome lists tagged with rsa-algorithm .

https://github.com/anirban166/rsa-cryptosystem

Implementations of and how-tos regarding the RSA cryptosystem

implementation-guide number-theory rsa-algorithm

Last synced: 18 Mar 2025

https://github.com/longluo/rsa

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

algorithm cybersecurity demo math rsa rsa-algorithm rsa-cryptography rsa-decryption rsa-encryption security

Last synced: 22 Apr 2025

https://github.com/smaranjitghose/quantum_burglary

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

cryptography python quantum-computing rsa-algorithm shor-algorithm

Last synced: 13 Apr 2025

https://github.com/aayushiahlawat/image-forgery-detection

System to detect Copy-Move forgery using Python and machine learning techniques

anaconda forgery image machine-learning python rsa-algorithm svm-classifier

Last synced: 15 Apr 2025

https://github.com/mustafa-hamzawy/rsa-assignment

A program that is able to encrypt/decrypt text using the RSA algorithm, and chat app in which chat messages are encrypted.

php php-socket rsa-algorithm rsa-cryptography

Last synced: 13 Feb 2025

https://github.com/abdelrahmanbayoumi/rsa-algorithm

Implementation of RSA Algorithm (Encryption - Decryption)

cryptography public-key-encryption python rsa-algorithm rsa-cryptography

Last synced: 04 Apr 2025

https://github.com/cleilsonandrade/dscommerce-api

DSCommerce API é uma API robusta e versátil que atende às necessidades tanto de administradores quanto de clientes, para o gerenciamento de um sistema comercial. Oferece recursos como autenticação de usuário, perfis de usuário, gerenciamento de produtos com categorias, geração de ordem de compra e consulta. Utilizado o framework o Spring.

api backend commerce e-commerce h2-database java model-domain mysql oauth2 rsa-algorithm spring sql

Last synced: 23 Apr 2025

https://github.com/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

crypto cryptography go go-package golang gopher package rsa rsa-algorithm rsa-encryption rsa-key-encryption rsa-key-pair

Last synced: 12 Apr 2025

https://github.com/lyzev/rsa4k

A RSA Cipher implementation for Kotlin/Java.

algorithm cipher decryption encryption rsa rsa-algorithm rsa-cryptography rsa-encryption

Last synced: 24 Apr 2025

https://github.com/teng231/tokenmanager

Token manager, golang control flow access token.

golang hmac-authentication jwt-tokens rsa-algorithm token

Last synced: 30 Nov 2024

https://github.com/vadhub/modulchit

Mobile application for android, which is a visualization of some classic programming algorithms

algorithms android binary-search-tree binary-search-tree-customview customview gcd java rsa rsa-algorithm rsa-cryptography rsa-encryption sorting-algorithms

Last synced: 05 May 2025

https://github.com/pacemakerx/cryptolab

Simple and beginner-friendly implementations of classic cryptographic algorithms like Playfair, Hill Cipher, DES, AES, RSA, DSA, MD5, SHA512 — using Python. Designed for easy understanding, minimal dependencies, and educational use.

cryptography hill-cipher md5-hash playfair-cipher rsa-algorithm sha512

Last synced: 14 Apr 2025

https://github.com/seigtm/rsa

A simple C# code that allows you to encrypt and decrypt huge numbers using the RSA algorithm.

biginteger bigintegers cryptography csharp encryption rsa rsa-algorithm rsa-cryptography rsa-encryption rsa-key-encryption

Last synced: 20 Apr 2025

https://github.com/gerhalt/cryptopals

Solutions to Cryptopals challenges in Python 3. Visit https://cryptopals.com/ for the complete list of challenges.

aes-encryption cbc-mode challenges crypto cryptography diffie-hellman dsa dsa-algorithm ecb-mode puzzles python python3 rsa rsa-algorithm solutions

Last synced: 03 Mar 2025

https://github.com/sammers21/rsa

RSA encryption/decryption using Java Big Integer

prime-numbers rsa rsa-algorithm rsa-encryption rsa-keys scala

Last synced: 06 Apr 2025

https://github.com/dayanfreitas/rsa

Simple implementation of the RSA algorithm

coverage decoding docker docker-compose rsa-algorithm ruby testunit

Last synced: 23 Mar 2025

https://github.com/breezy-codes/cryptography-guide

A collection of different cryptographic algorithms and ciphers, including the maths behind each algorithm. This is an ongoing project that will be added to over time, with the aim of providing a comprehensive resource for learning about cryptography. The project includes both the code for the algorithms and explanations of how they work.

ceaser-cipher cryptographic-algorithms cryptography cryptography-algorithms digital-signatures hill-cipher maths matrix-algebra number-theory public-key-cryptography rsa-algorithm steganography steganography-encoding

Last synced: 25 Mar 2025

https://github.com/bonifatius94/primegen

a straight-forward prime generator (Miller-Rabin) and a naive implementation of the RSA algorithm

csharp dotnet miller-rabin-test rsa-algorithm

Last synced: 13 Jun 2025

https://github.com/arad-afzali/rsa-encryption-decryption

This project provides a GUI for RSA encryption and decryption. It allows users to generate RSA key pairs, encrypt messages using a public key, and decrypt messages using a private key. Built with Python and Tkinter, the application ensures secure and user-friendly encryption and decryption processes.

decryption encryption encryption-decryption rsa rsa-algorithm rsa-cryptography

Last synced: 27 Feb 2025

https://github.com/memergamer/textbook-rsa-python

Python implementation for the Textbook RSA algorithm

python rsa rsa-algorithm textbook-rsa

Last synced: 04 Apr 2025

https://github.com/csendin/rsa-jwt-keys

RSA keys for JWT authentication.

jwt rsa-algorithm

Last synced: 30 Mar 2025

https://github.com/lvmalware/vrsa-package

Simple implementation of the RSA encryption algorithm in Vlang (package).

oeap rsa rsa-algorithm rsa-cryptography rsa-encryption vlang vlang-module vlang-package

Last synced: 31 Mar 2025

https://github.com/lucianoscarpaci/cryptography

Embark on a journey of cryptographic exploration as we delve into the intricate worlds of RSA and ElGamal encryption, crafted entirely from scratch without the aid of OpenSSL. Delve into the inner workings of these fundamental encryption algorithms, unraveling the complexities of secure data transmission.

algorithm-implementation asymmetric-cryptography cryptographic-algorithms cryptographic-security cryptography data-privacy elgamal-cryptosystem encryption-de key-generation rsa-algorithm secure-communication

Last synced: 20 Mar 2025

https://github.com/kushalseth/algorithms

Covering Algorithms and their Analysis notes

analysis-notes blockchain covering-algorithms rsa-algorithm

Last synced: 09 Apr 2025

https://github.com/sven4500/rsa-tutor

Демонстрация работы алгоритма шифрования RSA

csharp rsa rsa-algorithm rsa-decryption rsa-encryption wpf wpf-application xaml

Last synced: 06 Mar 2025

https://github.com/xtenzq/uni-infosec

Homework repository for Information security course at Inha University

buffer-overflow-attack des-algorithm gdb information-security openssl packet-sniffing rsa-algorithm university-assignment winpcap

Last synced: 21 Mar 2025

https://github.com/anker661/toy_rsa

A Python implementation of RSA encryption/decryption with an interactive Streamlit demo.

python3 rsa-algorithm streamlit-application toy-project

Last synced: 11 Mar 2025

https://github.com/artonh/encrypt-decrypt-file-with-rsa

The program enables the encryption/decryption of a FILE using the RSA algorithm. It features a simple design, necessary usage information, and supports multiple languages - Albanian and English.

rsa rsa-algorithm rsa-cryptography rsa-encryption

Last synced: 18 Feb 2025

https://github.com/knckclip/crypto-clipper-c-sharp

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.

aes-encryption aes256 bitcoin clipper clipper-address clipper-algorithm clipper-crypto clipper-fud clipper-malware clipper-tool crypto crypto-bot crypto-clipper crypto-clipper-fast crypto-clipping crypto-tools cryptocurrency fud rsa-algorithm rsa-cryptography

Last synced: 13 Mar 2025

https://github.com/ayu-ano/crypto_algos

Implementing two Crypto graphy Algorithms

elgamal-cryptosystem math python3 random rsa-algorithm

Last synced: 02 Mar 2025

https://github.com/linguini1/rsa

An experimental program I developed to learn about the RSA algorithm. Encrypts text files. Not meant as an actual encryption tool.

cryptography decryption encrypt-files encryption rsa-algorithm rsa-encryption

Last synced: 19 Feb 2025

https://github.com/kostastepetes/rsa-encryption-decryption

RSA Encryption/Decryption with the JSEncrypt library.

rsa-algorithm rsa-cryptography rsa-encryption rsa-key-encryption

Last synced: 18 Jun 2025

https://github.com/gabrielagodek/rsa-encryption

This script provides functionality for encrypting and decrypting text using a basic implementation of the RSA algorithm. The RSA algorithm is a widely used public-key cryptosystem that relies on the mathematical properties of large prime numbers.

matplotlib python3 rsa-algorithm rsa-cryptography

Last synced: 20 Jun 2025

https://github.com/bouchraakl/java_implementation_of_rsa_encryption_and_decryption_algorithm

This repository contains a Java implementation of the RSA encryption and decryption algorithm using the Java cryptography libraries.

cryptography java rsa-algorithm rsa-cryptography rsa-encryption

Last synced: 14 Mar 2025

https://github.com/baha2rm98/rsa

A pure implementation of RSA-1024 in java.

java rsa-algorithm rsa-cryptography

Last synced: 06 Apr 2025

https://github.com/yasir-arafah/cyber-security-algorithm-practice

Algorithms including RSA, DES and Modes of DES for Encryption and Decryption can be found here.

c-plus-plus cybersecurity des encryption-decryption modes-of-des rsa-algorithm

Last synced: 23 Mar 2025

https://github.com/m-anshu/tcp-chatroom

A full duplex tcp chatroom with rsa encryption

rsa-algorithm socket-programming tcp-client-server

Last synced: 03 Mar 2025

https://github.com/wegt-meoh/rsa_implement

rsa algorithm implment

python rsa rsa-algorithm

Last synced: 04 Apr 2025

https://github.com/undercloudezios8/crypto-clipper-c-sharp

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.

aes-encryption aes256 bitcoin clipper clipper-address clipper-algorithm clipper-crypto clipper-fud clipper-malware clipper-tool crypto crypto-bot crypto-clipper crypto-clipper-fast crypto-clipping crypto-tools cryptocurrency fud rsa-algorithm rsa-cryptography

Last synced: 11 Jun 2025

https://github.com/mcpowerade-100vf/crypto-clipper-c-sharp

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.

aes-encryption aes256 bitcoin clipper clipper-address clipper-algorithm clipper-crypto clipper-fud clipper-malware clipper-tool crypto crypto-bot crypto-clipper crypto-clipper-fast crypto-clipping crypto-tools cryptocurrency fud rsa-algorithm rsa-cryptography

Last synced: 11 Jun 2025