Skip to content

JenswBE/encrypted-paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Utility to compress, encrypt and make data printable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published