Skip to content
/ fcrypt Public

Encrypt and decrypt files & directories from the command line

Notifications You must be signed in to change notification settings

nemuelw/fcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

fcrypt

Encrypt and decrypt files and directories on the command line

Usage

Encrypt and decrypt files

fcrypt -e test.txt -k asdfghjkldncassdfghjklkjhfgdhsyt -o test.enc
fcrypt -d test.enc -k asdfghjkldncassdfghjklkjhfgdhsyt -o test.txt \

Encrypt and decrypt directories

fcrypt -e Documents/ -r -k asdfghjkldncassdfghjklkjhfgdhsyt
fcrypt -d Documents/ -r -k asdfghjkldncassdfghjklkjhfgdhsyt