Skip to content

PeterL328/RSA-generate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSA-Generate

Build Status

Description

This is a python script that helps you encrypt, decrypt and generate RSA keys. To test this program, you may first generate a key with (g), then run the program with (e) to encrypt some text and (d) to decrypt that text.

To use this for assignment, first (e) with Martin's n and e value that he provided on Learn and encrypt your secret message. Then, run the program with (g) to generate key values and record them and write them in google docs. After, Martin has replied to you with a cipher text. Run the program with (d) and put in the recorded keys that YOU generated.

Usage

git clone https://github.com/PeterL328/RSA-generate.git
cd RSA-generate
./generate.py

About

This script helps you encrypt, decrypt messages and generate RSA-keys.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages