Sign inSign up

royfrancis/staticrypt

By royfrancis

Updated 8 months ago

Password protection for static HTML pages

Image
0

432

royfrancis/staticrypt repository overview

Repository: https://github.com/royfrancis/staticrypt
Documentation: https://royfrancis.github.io/staticrypt/

Quick start

# exports to a directory named 'encrypted' inside the current directory
docker run --rm -v $PWD:/home/work royfrancis/staticrypt:latest index.html -p mylongpassword

# to overwrite the original file
docker run --rm -v $PWD:/home/work royfrancis/staticrypt:latest index.html -d . -p mylongpassword

# recursively encrypt and overwrite all html files in a folder
docker run --rm -v $PWD:/home/work ghcr.io/royfrancis/staticrypt:latest path/to/folder/* -r -d . -p mylongpassword

Tag summary

Content type

Image

Digest

sha256:6aeef8ea7

Size

59 MB

Last updated

8 months ago

docker pull royfrancis/staticrypt