Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 431 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 431 Bytes

encrypted-paper

Utility to compress, encrypt and make data printable

Usage

# Encode
podman run -it -v"$(pwd):/host:z" --workdir /host docker.io/jenswbe/encrypted-paper encode --title "Very important file" -o secret.pdf secret.png

# Decode
# Assuming PDF was rescanned into multiple *.jpg files
podman run -it -v"$(pwd):/host:z" --workdir /host docker.io/jenswbe/encrypted-paper decode -o secret.png scan-*.jpg