Skip to content

DiegoCabreraN/RSACipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSA Cipher

What is it?

This project is a program developed to encrypt/decrypt a string using the algorithm RSA. Of course, it uses small prime numbers in order to compute a simple string, but it can be used for larger primes too.

How can I use it?

Simply download the repo, make sure you have python 3 installed on your system, and execute the command you want to use:

  • python app.py --encrypt="Hello world"
  • python app.py --decrypt=HUll@zw@Ml8

About

An RSA program to encrypt/decrypt a string

Resources

Stars

Watchers

Forks

Languages