1.0.0 • Published 1 year ago

steganegany v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

steganegany

To install dependencies:

bun install

To run:

bun steganegany.ts

Usage:

steganegany [options] [command]

This hide message into an image (only png supported)

Options:
  -h, --help                                 display help for command

Commands:
  hide <input-file> [message] [output-file]
  reveal <input-file>
  help [command]                             display help for command

Hide:

Usage: steganegany hide [options] <input-file> [message] [output-file]

Arguments:
  input-file   This is the image to hide the message
  message      This is the message to hide
  output-file  This is the image that hide a message

Options:
  -h, --help   display help for command

Reveal

Usage: steganegany reveal [options] <input-file>

Arguments:
  input-file  This is the image that hide a message

Options:
  -h, --help  display help for command

Reset

Usage: steganegany reset [options]

This reset the saved recognized password in the system

Options:
  -h, --help  display help for command

This project was created using bun init in bun v1.0.22. Bun is a fast all-in-one JavaScript runtime.

1.0.0

1 year ago