Skip to content
/ ossl-ed Public

Bash scripts to encrypt files and folders using OpenSSL

License

Notifications You must be signed in to change notification settings

jroovy/ossl-ed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ossl-ed

Bash script utility to encrypt files and folders using OpenSSL

What each script does

ossl-ed.sh

is the main encryption/decryption script.

Use this script for encrypting your files (and decrypting them as well).

ossl-gen.sh

is used for generating cascading parameter files.

Cascading is encrypting a file multiple times to increase security.

ossl-ecdh.sh

is used for generating ECDH private-public key pairs.

Key pairs are used for sharing passwords securely through insecure channels.

Customizable variables

You can customize some variables in ossl-ed.sh and ossl-gen.sh

These variables are located between #! /bin/bash and help_msg()

Usage instructions

Usage instructions/examples are included within the scripts.

Simply run any of the scripts with -h to read them.

About

Bash scripts to encrypt files and folders using OpenSSL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages