Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFQ.cpp

"大番茄图片混淆" 的C++实现

预览

image

编译

Linux/macOS:

git clone --recursive https://github.com/lihaoyun6/DFQ.cpp
cd DFQ.cpp
g++ -std=c++17 -O3 dfq.cpp lodepng/lodepng.cpp -pthread -o dfq

Windows:

git clone --recursive https://github.com/lihaoyun6/DFQ.cpp
cd DFQ.cpp
cl /std:c++17 encrypt_cpp.cpp lodepng\lodepng.cpp

用法

$ ./dfq 
Usage:
  ./dfq encrypt in.png out.png [password]
  ./dfq decrypt in.png out.png [password]

About

"大番茄图片混淆" 的C++实现

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages