CLI tool to hide a secret into png files.
Clone png-secret
into your local machine and build it.
git clone https://github.com/pashafst/png-secret.git
cd png-secret
cargo build --release
The binary can be found in the png-secret
directory under target/release
.
You can then copy or link the png-secret
binary into one of your $PATH
directory.
foo@bar:/usr/local/bin$ sudo ln -s <path-to-png-secret>/target/release/png-secret
The instruction for the usage can be seen in the help page after installation.
png-secret --help