Skip to content

A RSA cipher application to encrypt and decrypt text using python

Notifications You must be signed in to change notification settings

Marc94440/RSA-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSA-Cipher

A RSA cipher application to encrypt and decrypt text using python.

Create the exe

run this command in powershell at the location of the project:

pyinstaller --clean --windowed --onedir --add-data='.\RSA.ui;.' .\RSA.py

The executable file is now created in the dist/RSA folder.

The application

App

About

A RSA cipher application to encrypt and decrypt text using python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages