Program that hide data in repeating whitespace in HTML.
python
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Yann Weber 09f48de79f Bugfix in warning message 6年前
examples Initial commit 6年前
COPYING Initial commit 6年前
README Initial commit 6年前
htmlsteg.py Small bugfix 6年前
steg.py Bugfix in warning message 6年前

README

HtmlSteg :
----------

Is able to hide raw datas in "invisible" HTML characters (repeating whitespaces).

Examples :
----------

./htmlsteg.py -s examples/gnu.html -i examples/Gordon.jpg > /tmp/gnu_gordon.html
./htmlsteg.py -i /tmp/gnu_gordon.html -u > /tmp/out.jpg