Jump to content

Steganography


Recommended Posts

"Detect" ? The effect system in Paint.NET is not designed to be useful for image analysis...

But it's not difficult to do. Assuming you have a place to output text, all you need to do is get the last bit of each byte of a pixel's color, (eg, yellow (ffff00) would yield 110 from 11111111 11111111 00000000 and place it into a string of bits and then convert that to text and output it.

If I knew how CodeLab deals with color values/debug text I'd write it myself.

Link to comment
Share on other sites

Well, if it's not difficult to do, then go ahead ;)

What you describe is simply one stenographic algorithm. I'm sure BoltBait or one of the other CodeLab gurus would be able to quickly implement this.

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

Well, if it's not difficult to do, then go ahead ;)

What you describe is simply one stenographic algorithm. I'm sure BoltBait or one of the other CodeLab gurus would be able to quickly implement this.

OK, I'm on it!

I played around with CodeLab today and came up with a decent algorithm. I'll publish something in the next day or so... Hang tight. 8)

Link to comment
Share on other sites

Well, if it's not difficult to do, then go ahead ;)

What you describe is simply one stenographic algorithm. I'm sure BoltBait or one of the other CodeLab gurus would be able to quickly implement this.

OK, I'm on it!

I played around with CodeLab today and came up with a decent algorithm. I'll publish something in the next day or so... Hang tight. 8)

...could it be a subject for your "How to Write an Effect Plugin (Part 3 of 3 - Advanced)"?

I'm not on it because:

1. I don't know (yet) how to read/write files. I think we need it here!

2. If you create such plugin you will have to decide several rules (how many bits to encode a letter? Casse sensitive Y/N? A=001 or A=ascii code? etc...) So you could code/decode picture only with this plugin and can't decode 'external' pictures IMO.

3. bits handling?! I need to improve myself on this stuff!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...