The Daily Go
JPEG steganography
jsteg is a package for hiding data inside jpeg files, a technique known as steganography. This is accomplished by copying each bit of the data into the least-significant bits of the image. The amount of data that can be hidden depends on the filesize of the jpeg; it takes about 10-14 bytes of jpeg to store each byte of the hidden data.
https://github.com/lukechampine/jsteg
#steganography #jpeg
JPEG steganography
jsteg is a package for hiding data inside jpeg files, a technique known as steganography. This is accomplished by copying each bit of the data into the least-significant bits of the image. The amount of data that can be hidden depends on the filesize of the jpeg; it takes about 10-14 bytes of jpeg to store each byte of the hidden data.
https://github.com/lukechampine/jsteg
#steganography #jpeg
GitHub
GitHub - lukechampine/jsteg: JPEG steganography
JPEG steganography. Contribute to lukechampine/jsteg development by creating an account on GitHub.