⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 基于图象的信息隐藏的C源码
💻
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -