Sign inSign up

milobahg/encrypt

By milobahg

Updated over 8 years ago

Docker one-shot container for file encryption with OpenSSL AES-256

Image
0

379

milobahg/encrypt repository overview

A Docker one-shot container for file encryption with OpenSSL AES-256. Ensure you are in the directory of the chosen file. The who arguments for the container specify the input and outut file names.

docker run -it --rm -v $PWD:/data milobahg/encrypt:latest -in testfile.txt -out testfile.txt.enc

..decrypt with:

docker run -it --rm -v $PWD:/data milobahg/decrypt:latest -in testfile.txt.enc -out testfile.txt

Tag summary

Content type

Image

Digest

Size

5.5 MB

Last updated

over 8 years ago

docker pull milobahg/encrypt