-
-
RSA-Cryptosystem Public
RSA (Rivest-Shamir-Adleman) cryptosystem is a widely-used public-key encryption algorithm that enables secure data transmission and digital signatures by utilizing the mathematical properties of la…
Python UpdatedOct 6, 2024 -
-
-
CapstoneProject-EC-ElGamal Public
This repository is designed to help understand elliptic curves and cryptosystems at a basic level. It includes implementations of elliptic curves, ElGamal encryption, elliptic curve ElGamal encrypt…
Python UpdatedSep 29, 2024 -
OneTimePad-OTP Public
This repository contains a Python implementation of the One-Time Pad (OTP) encryption algorithm. OTP is a theoretically unbreakable encryption method, where the key is as long as the message and us…
Python UpdatedSep 19, 2024 -
-