MotaDan / steganographerPY

Hides files and messages in an image file.
https://www.youtube.com/watch?v=TWEXCYQKyDc
MIT License
1 stars 0 forks source link

Add a byte to the header for the number bits option. #66

Closed MotaDan closed 7 years ago

MotaDan commented 7 years ago

65 will be adding the ability to select how many bits out of each byte are used to store data. This number needs to be stored in the header along with each file. Put it in now with the initial implementation of he header to avoid compatibility issues later.

MotaDan commented 7 years ago

Extra byte added.