Skip to content

quick script for encrypting folder of files using openssl aes-256-cbc

Notifications You must be signed in to change notification settings

wdawson4/aes-encrypt-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Instructions

Create folder called docs and put files in it mkdir docs

Encrypt

Compress and encrypt with ./run.sh encrypt

Note: This does not remove original docs folder.

Decrypt

Decrypt and decompress with ./run.sh decrypt

Note: This will abort if the docs folder already exists.

About

quick script for encrypting folder of files using openssl aes-256-cbc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages