Skip to content

LiamGlasson/RSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

RSA File Encryption and Decryption

Simple CLI encryption/decryption for files using RSA.


Dependencies

  • pycryptodomex 3.16.0

    PyCryptodome is a self-contained Python package of low-level cryptographic primitives.

    You can install it with: pip install pycryptodomex


Usage

To generate a new RSA key use:

  • python3 RSA.py -g

To encrypt a file use:

  • python3 RSA.py -f [FILENAME] -k [KEY] -e

To decrypt a file use:

  • python3 RSA.py -f [FILENAME] -k [KEY] -d

For help:

  • python3 RSA.py -h

About

A simple CLI encryption/decryption for files using RSA.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages