A go program to store encrypted data inside png chunks.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trivernis bc0ba17583 Add usage to README 5 years ago
.gitignore Add usage to README 5 years ago
README.md Add usage to README 5 years ago
cryptpng.go Add masked password input and hash 5 years ago
go.mod Add masked password input and hash 5 years ago
go.sum Add masked password input and hash 5 years ago
pngUtils.go Add option to decrypt data from an image 5 years ago

README.md

Cryptpng

A proof of concept implementation of storing encrypted data inside of png metadata chunks.

Usage

# encrypt
cryptpng --image <name of the image> --in <input file> --out <output file>

# decrypt
cryptpng --decrypt --image <crypt image> --out <decrypted output file>