-
-
steganography
... a web application written in java that implements LSB steganography algorithm. It uses jQuery to manage AJAX requests. ... application written in java programming language that implements LSB steganography algorithm. It uses JSP and Servlets technologies for ...
-
Explosive-Steganography
Explosive Steganography tools and presentation (as given at the HOPE number 9 conference)
This is the location of my scripts ... perl; so the tools end in .pl
Presentation is the Explosive Steganography.html, the other
files are supporting files to the main ...
-
-
-
Steganography
Computer Security Project
Steganography
=============
Computer Security Project
-
LSB-Steganography
... ", new_im)
#decoding
steg = LSBSteg("new_image.png")
orig_im = steg.decode_image()
cv.SaveImage("recovered.png", orig_im)
```
Binary steganography:
```python
#encoding
steg = LSBSteg(cv2.imread("carrier.png"))
data = open("my_data.bin", "rb").read()
...
-
steganography
Collection of different steganography tools that I make
-
-
Steganography-for-ASCII-text-documents
... of a steganography technique for hiding information in ASCII text documents for the Mini-project lab
Steganography-for-ASCII-Text-Documents
======================================
Developers:-
1. Harshit Shrivastava (harshit.shrivastava14@gmail.com)
2. ...
-
C-Steganography-Framework
C code to decode a JPEG and provide access to the DCT coefficients
JPEG Steganography Framework in C
==================
This provides access via an array to the DCT coefficients which can then be modified before being re-saved as another JPEG. It depends ...
-