img_lsb_steganography:用于将图像和字符串编码为图像的最低有效位的程序。 内置python 源码
图像LSB隐写术 python3工具,用于对图像和图像的最低有效位(LSB)中的字符串进行编码和解码。 图像编码中的图像 - Takes 2 images of the same size (resolution). - Hides one in the specified LSBs of the other. - Allows for different number of bits to be encoded. Best results with 2. 图片解码中的图片 - Takes an image and decodes using specified number
用户评论