-
If given a watermark and an image to be embedded, how to get the corresponding w_pert for embedding? I see the training code as initializing a learnable w_pert and then letting the network learn w_per…
-
So I don’t have one single idea but more of encouraging others to think about video-based steganography. One interesting thing about having unencrypted access to video data would be embedding and deco…
-
- [ ] In this exercise you are required to design and implement an Image Service that is capable of
storing a special type of image files (although it appears as a normal JPG or PNG file).
- [ ] Th…
-
Plugin idea for hiding messages within xmpp messages using steganography. There is a proof of concept from 6 years ago here: https://github.com/patuck/StegMPP
Unfortunately I do not have the skill …
-
One can refer this [medium](https://betterprogramming.pub/a-guide-to-video-steganography-using-python-4f010b32a5b7) article to move forward regarding this.
-
A steganography module would be useful to detect stegged files, along with attempting to run attacks (possibly using something like John the Ripper or Hashcat) against the passwords in the stegged fil…
-
I created a steganography function that can be usefull for some, and fun for others. Hope you find it interesting. It has 100% test coverage and CircleCi integration in my repo.
```json
{
"ti…
auyer updated
4 years ago
-
# Description :
A GUI application for image steganography made in python.
## Features :
- Encrypt a small text message in an image.
- Decrypt the text message from the image.
---
**Tentative…
-
Testy jednostkowe dla algorytmów, które napiszę
-
pytania pomocnicze:
1) Rozumiem że możemy korzystać z bibliotek, np `struct` do odczytu danych w nagłówka, czy `os` do operacji na plikach.
2) Z początku wykładu zrozumiałem że nie da się od tak…