文件名称:JavaSteganoLibrary:实现隐写算法F5的Java库
文件大小:93KB
文件格式:ZIP
更新时间:2024-05-20 16:54:39
Java
JavaSteganoLibrary En_US 实现隐写算法F5的Java库 用法:在获取库,或克隆该存储库并编译源代码。 在图像中嵌入文件 import stegano.f5.Embed ; ( ... ) File coverImage = new File ( " /Path/to/image.jpg " ); /* supports BMP */ File file = new File ( " /Path/to/file.foo " ); /* any file format */ File steganoImage = newFile( " /Path/to/create/image.jpg " ); String password = " Sup3r_5ecR3T_P4sSw0rd " ; int quality = 80 ; /* get better quality
【文件预览】:
JavaSteganoLibrary-master
----.gitignore(9B)
----src()
--------stegano()
----dist()
--------JavaSteganoLibrary.jar(71KB)
----LICENSE(7KB)
----nbproject()
--------genfiles.properties(467B)
--------build-impl.xml(78KB)
--------project.properties(2KB)
--------project.xml(679B)
--------private()
----README.md(2KB)
----build.xml(3KB)
----lib()
--------nblibraries.properties(175B)
--------CopyLibs()