Skip to content

s1syph0s/png-secret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

png-secret

CLI tool to hide a secret into png files.

Installation

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

Usage

The instruction for the usage can be seen in the help page after installation.

png-secret --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages