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