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

https://github.com/0xc7r/semi-stegnography

Uses the basis of how Stegnography works but without using images. Prints out the message and data of the targeted string.
https://github.com/0xc7r/semi-stegnography

obfuscate obfuscate-strings obfuscation protection python python-3 python3 stegnography

Last synced: about 1 month ago
JSON representation

Uses the basis of how Stegnography works but without using images. Prints out the message and data of the targeted string.

Awesome Lists containing this project

README

        

# Semi-Stegnography
Uses the basis of how Stegnography works but without using images. Prints out the message and data of the targeted string.

-----
# Issue with my code? PR it.
I have had some come to me accusing me of not understanding strings because of the append on L32.

I could have done `str(pixel[blue]).join(binary_string)` or even converting the variable into a list and `.append`ing everything then converting into a string at the return.
However I wrote this late at night and I do not care as it does do what it is needed too.

I have never seen people get triggered over an operator before.

![Screenshot_2025-03-14_09-01-29](https://github.com/user-attachments/assets/76391957-83de-45ea-b74e-8048598f1523)