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.
13 lines
300 B
Markdown
13 lines
300 B
Markdown
# Cryptpng
|
|
|
|
A proof of concept implementation of storing encrypted data inside of png metadata chunks.
|
|
|
|
## Usage
|
|
|
|
```shell script
|
|
# encrypt
|
|
cryptpng --image <name of the image> --in <input file> --out <output file>
|
|
|
|
# decrypt
|
|
cryptpng --decrypt --image <crypt image> --out <decrypted output file>
|
|
``` |