Skip to content

Linux shell script to encrypt directories into an archive that can be moved.

Notifications You must be signed in to change notification settings

BugCatcherNate/directoryencryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

directoryencryption

Linux shell script to encrypt directories into an archive that can be moved.

Options:

-e: Encrypts specified file

-d: Decrypts specified file

Example of encryption: bash fencrypt -e mydirectory

Example of decryption: bash fencrypt -d myencrypteddirectory

ToDo:

-Specifying whether a target is a directory or file.

-Any input directory specified as mydirectory/ instead of mydirectory will cause an error.

About

Linux shell script to encrypt directories into an archive that can be moved.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages