Skip to content

morontt/pyenc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyEnc

Encrypt/Decrypt files and folders with OpenSSL

Installation

Generate the private and public key

mkdir ~/.pyenc && cd ~/.pyenc
openssl genrsa -out private.pem 3072
openssl rsa -pubout -in private.pem -out public.pem -outform PEM

Clone or download repository, install script

git clone https://github.com/morontt/pyenc.git
cd pyenc
cp pyenc.py ~/bin/pyenc
chmod a+x ~/bin/pyenc

Usage

Encrypt file or folder

pyenc e testfile

Decrypt file or folder

pyenc d testfile

About

Encrypt/Decrypt files and folders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages