盲水印、bwm、blind-watermark

https://github.com/linyacool/blind-watermark
CTF盲水印脚本,基于傅里叶变换。
使用方法

python encode.py --image <image file> --watermark <watermark file> --result <result file>

python decode.py --original <original image file> --image <image file> --result <result file>

Use --alpha to change the alpha (default 5.0).

用于png图片隐写,基于Python2.7版本。

你可能感兴趣的:(#,MISC,安全)