Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucthienphong1120/basic-steganography

Basic steganography using python by injecting extra bytes after image file
https://github.com/lucthienphong1120/basic-steganography

steganography steganography-algorithms steganography-encoding stego

Last synced: 3 months ago
JSON representation

Basic steganography using python by injecting extra bytes after image file

Awesome Lists containing this project

README

        

# basic-steganography
Basic steganography using python by injecting extra bytes after image file

![image](https://user-images.githubusercontent.com/90561566/203076184-d324dbeb-9023-4b8e-a475-88f79d1d79eb.png)

## Usage

```
Usage: python main.py []

mode: mode to use
-a: --append
-r: --retrieve
-c: --clear
image: image file (png|jpg)
message: secret message to hide (only on mode a)
```

## Screenshot

![image](https://user-images.githubusercontent.com/90561566/203075717-addd1e55-4706-4810-b170-f98218e737c6.png)

## More detail

https://blog.crfnetwork.com/security/sec-knowledge/chen-byte-ma-hoa-tin-nhan-vao-hinh-anh-bang-python/