Skip to content

Python script for encrypting/decrypting a file and generating own keys using RSA256 asymmetric ciphers

Notifications You must be signed in to change notification settings

Zajic86/makeItSecret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

makeItSecret

Python script for encrypting/decrypting a file and generating own keys using RSA256 asymmetric ciphers

Install & run

git clone https://github.com/Zajic86/makeItSecret.git
cd makeItSecret
pip install -r requirements.txt
cd makeItSecret
python3 main.py

Usage

Menu:

  1. Generate keys: generate PRIVATE/PUBLIC keys for enc/dec files
  2. Encrypt file: encrypting file with PUBLIC key
  3. Decrypt file: decrypting file with your secret PRIVATE key
  4. Exit: guess what

About

Python script for encrypting/decrypting a file and generating own keys using RSA256 asymmetric ciphers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages