A steganography tool for hiding a secret message in text using different unicode spaces
Project description
Ninam
Ninam is a steganography tool to encode or decode a payload in a text file by replacing white space character. I created this programme because I remembered when I was younger that I liked to send people secret messages by hiding them in a text message.
How it works ?
All spaces in the text are recovered and replaced by other unicode space characters. If there is not enough space available, additional spaces will be added at the end. You can use 1-bit, 2-bit or 4-bit encoding. This means using 2, 4 or 16 white spaces. The larger the bitsize, the larger your payload can be, but at the risk of having slightly suspicious white spaces.
Installation
There is no dependencies and should work with all version of python>3.x
pip install ninam
Usage
# By default, it used 2 bits
ninam encode -i input.txt -p iloveyou > output.txt
ninam decode -i output.txt
# Alternative bitsize
ninam encode -b 4 -i input.txt -p iloveyou > output.txt
ninam decode -b 4 -i output.txt
From git
git clone git@github.com:dridk/ninam.git
python -m ninam
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ninam-1.0.1.tar.gz
.
File metadata
- Download URL: ninam-1.0.1.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1298a9d1373b0cb812b816b45987b24972c5dee2001d5a7c42fdc13d199bf6ce |
|
MD5 | 3ab52ce2ce2ab22612b4232b3b5b51cf |
|
BLAKE2b-256 | d8efc6bf81d4f669c0b49b445ce79322025087a9c5dcddf8a932c3ed91f2a641 |
File details
Details for the file ninam-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: ninam-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62dbc14bbfa10cee88915d9f2f503df2c45c2a7a2c207ef020a0b8a36aab6781 |
|
MD5 | ccb5049ded8078234e8c342c525f73c9 |
|
BLAKE2b-256 | 74e662494582e8f5fc0569c7c972d17db4d746cefd4e2d2eef6e9c7bb458c7bf |