Skip to content

Latest commit

 

History

History

file-encrypt-decrypt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

🗝 crypt

A command line python script which can Encrypt a given file and also decrypt the encrypted file

Pre-requisites

  • install pipenv
$ brew install pipenv
  • install dependencies
$ pipenv install

Usage

  • Encrypt file
$ pipenv run python crypt -e file.txt
  • Decrypt file
$ pipenv run python crypt -d file.enc

note

  • file.enc will be created if you pass in file.txt
  • Do not loose the Encryption 🗝