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

https://github.com/dhondta/stegano-tools

Collection of steganography tools for images and text
https://github.com/dhondta/stegano-tools

base32 base64 codext ctf-tools lsb lsb-steganography pit pit-steganography pvd pvd-steganography security-tools stegano steganography tinyscript

Last synced: 2 months ago
JSON representation

Collection of steganography tools for images and text

Awesome Lists containing this project

README

        


Steganography Tools Collection Tweet


Some handy steganography tools.

```sh
$ pip install tinyscript
```

### Base32/64

- [Base32/64 padding](https://gist.github.com/dhondta/90a07d9d106775b0cd29bb51ffe15954)

**Try It Now**: [Root-Me / Steganography / Base Jumper](https://www.root-me.org/en/Challenges/Steganography/Base-Jumper)

### Decoding

- [CodExt](https://github.com/dhondta/python-codext#usage-cli-tool)

**Try It Now**: [Root-Me / Steganography / Steganomobile](https://www.root-me.org/en/Challenges/Steganography/Steganomobile)

### Image

- [Least Significant Bit (LSB)](https://gist.github.com/dhondta/d2151c82dcd9a610a7380df1c6a0272c)

**Try It Now**: [Root-Me / Steganography / LSB - Uncle Scrooge](https://www.root-me.org/en/Challenges/Steganography/LSB-Uncle-Scrooge-249)

- [Pixel Indicator Technique (PIT)](https://gist.github.com/dhondta/30abb35bb8ee86109d17437b11a1477a)

**Try It Now**: [Root-Me / Steganography / Pixel Indicator Technique](https://www.root-me.org/en/Challenges/Steganography/Pixel-Indicator-Technique)

- [Pixel Value Differentiator (PVD)](https://gist.github.com/dhondta/feaf4f5fb3ed8d1eb7515abe8cde4880)

**Try It Now**: [Root-Me / Steganography / Pixel Value Differencing](https://www.root-me.org/en/Challenges/Steganography/Pixel-Value-Differencing)

## :clap: Supporters

[![Stargazers repo roster for @dhondta/stegano-tools](https://reporoster.com/stars/dark/dhondta/stegano-tools)](https://github.com/dhondta/stegano-tools/stargazers)

[![Forkers repo roster for @dhondta/stegano-tools](https://reporoster.com/forks/dark/dhondta/stegano-tools)](https://github.com/dhondta/stegano-tools/network/members)

Back to top