Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phantom8015/steganog
A simple steganography CLI
https://github.com/phantom8015/steganog
hiding image jpg js nodejs npm steganography
Last synced: about 1 month ago
JSON representation
A simple steganography CLI
- Host: GitHub
- URL: https://github.com/phantom8015/steganog
- Owner: Phantom8015
- License: mit
- Created: 2023-05-16T17:06:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-20T02:42:40.000Z (about 1 year ago)
- Last Synced: 2024-04-24T12:25:44.081Z (9 months ago)
- Topics: hiding, image, jpg, js, nodejs, npm, steganography
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Steganog - A steganography CLI for hiding files in images
By just reading that one sentence, you might be wondering, what is steganography?
Steganography (/ˌstɛɡəˈnɒɡrəfi/ STEG-ə-NOG-rə-fee) is the practice of representing information within another message or physical object, in such a manner that the presence of the information is not evident to human inspection. In computing/electronic contexts, a computer file, message, image, or video is concealed within another file, message, image, or video. The word steganography comes from Greek steganographia, which combines the words steganós (στεγανός), meaning "covered or concealed", and -graphia (γραφή) meaning "writing". ([Wikipedia](https://en.wikipedia.org/wiki/Steganography))
Steganog is a CLI tool for hiding files in images. It supports all image files as long as they are jpg's. In the future I am hoping to support many more image formats. Maybe even any kind of file format.
## Installation
Steganog is available on npm. To install it, just run the following command. Make sure you have node.js installed.
```bash
npm install -g steganog
```## Usage
To use steganog, You just need to run one command!
```bash
steganog
```That's it!
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## License
Steganog is licensed under the [MIT License](https://choosealicense.com/licenses/mit/)
```