Skip to content

Shell scripts that provide the possibility to encrypt and decrypt folders

Notifications You must be signed in to change notification settings

Anas-Hamadeh/files_encryption_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

files_encryption_shell

Shell scripts that provide the possibility to encrypt and decrypt folders

Encryption

./encryption.sh -s ./docs -d ./docs.enc

Parameters Usage: -s [source_dir] -d [destination_encrypted_file]

Decryption

./decryption.sh -s ./docs.enc -d ./docs

Parameters Usage: -s [source_encrypted_file] -d [destination_dir]

About

Shell scripts that provide the possibility to encrypt and decrypt folders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages