readme

来自「基于图象的信息隐藏的C源码」· 代码 · 共 43 行

TXT
43
字号
StegParty 0.2 README====================StegParty is a system for hiding information inside of plain-text files.For more information, read stegparty.txt and base27.txt.This software (except for the test/*.txt files) is under the GPL -- see theLICENSE file for more info.Prerequisites:- C compiler- flex- GNU Make- Perl- gzip (to run the tests)- a text editor (to edit the Makefile when things don't work ;-) )To get started:- Try this:	gmake	gmake test- You may have to alter the LIBS line in the Makefile, and the  "#!/usr/bin/perl" line in the scripts.  Also, you may not have  gmake (GNU Make).- Also try this:	echo "Secret message" | ./base27 > secret.txt	./stegparty -c secret.txt < my_email_msg.txt > encoded.txt	./stegparty -d < encoded.txt | ./base27 -dYou'll have to provide your own "secret.txt" and "encoded.txt", ofcourse...Be careful out there!

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?