Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSA-Implementation

A implementation of RSA for my SOP

This implementation should not be seen as secure in anyway.

Installation

Install python3

Download and unzip the primenumber list from here in the root of the project

Usage

Run keygen.py to generate your keypair:

python keygen.py -b <keysize>

You will get two files in the generated_keys directory. The files is named in the format

<name>.<priv|pub>.json

or

<year>-<month>-<day>_<hours><minutes><seconds>.<priv|pub>.json

The first extension declares if the key is private or public. You can share the public with others, but keep the private secret.

About

A implementation of RSA for my SOP

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages