Skip to content

Small project to implement public key cryptography along with Diffie–Hellmans key exchange.

Notifications You must be signed in to change notification settings

szybia/RSA-Key-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

RSA Key Generator w/ PKCS#1 v1.5

Simple RSA prime key pair generator utilising Miller-Rabins primality test

Functionality:

  • Encryption and decryption functionality utilising the PKCS#1 v1.5 padding scheme for added semantic security.
  • Generates random prime p, q values.
  • Implements sentence encryption and decryption functions with all ASCII characters.

SHOULD ONLY BE USED FOR EDUCATIONAL PURPOSES
PKCS#1v1.5 IS NOT SECURE, USE A CRYPTOGRAPHIC LIBRARY INSTEAD

Releases

No releases published

Packages

No packages published

Languages