Skip to content

Compulytics/Python_RSA_Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

#RSA From Scratch (No Crypto Libraries)

This project implements RSA public-key cryptography from scratch in Python, using byte-wise encryption, and manual modular inverse calculation. This is a resurrection of a project I started developing in 2015.

##Features

  • Pure Python - No external dependencies
  • Base64-encoded ciphertext output
  • Full encryption/decryption loop
  • Educational, readable, and hackable

!!Not Production-Safe!!

This code is built for education and transparency, not for secure deployment. Avoid using it for real cryptographic workloads.

##Why Use This?

Unlike most RSA libraries, this project shows you everything:

  • How prime numbers are tested
  • How the public/private keys are calculated
  • How plaintext becomes ciphertext
  • How decryption works, byte by byte

##Usage

python3 RSA.py
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy