Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes and tweeks. #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

EricDechane
Copy link

HuffmanDecode.java
Fixed: HuffmanDecode now throws Exception instead of hanging if given a progressive-scan JPEG to decode.
Used to give that ""Nf weder 1 noch 3" error. (JpegEncoder only makes baseline JPEGS. So it can't contain F5 hidden data.)

JpegEncoder.java
Restored the JFIF header. Very few encoders do not write it. Files without it are conspicuous. Not what you want from stegano.
Added a default comment claiming to be from a popular PHP jpeg lib to further throw off suspicion.

Embed.java
Exception catch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant