Digital Invisible Ink Toolkit Forum
Welcome, Guest. Please login or register.
December 30, 2009, 07:46:46 AM

Login with username, password and session length
Search:     Advanced search
Version 1.5 Released Today, 09/06/2006.  Happy downloading.  Thanks to my buddy Deagle for testing the release for me.
29 Posts in 13 Topics by 10 Members
Latest Member: blchrist
* Home Help Search Login Register
 1   General Category / General Discussion / IMPORTANT: Forums Relocated  on: February 23, 2007, 10:07:59 PM 
Started by KathrynH | Last post by KathrynH
Given that most of the users signing up to the forums are spam accounts that I have to clean off every now and then, I have decided to relocate the forums to the standard Sourceforge ones.  To post there you will need a sourceforge account, meaning that hopefully no spam will be posted there since their forums are closely monitored.  The link to the new forums is here:

https://sourceforge.net/forum/?group_id=139031

 2   Support / Support Requests / Re: Working with "large" images  on: August 22, 2006, 11:08:53 PM 
Started by brians08 | Last post by KathrynH
Java is a bit of a memory hog.  The default heap space is quite small, so to increase it when running DIIT you have to add the -Xmx flag at the command line (case is important).  For example, if you have 256MB of physical memory (RAM) in your pc, then you would run DIIT with:
java -jar -Xmx256m diit-1-5.jar

if you had 512MB of physical memory then you would use:
java -jar -Xmx512m diit-1-5.jar

I have 1GB of memory in my pc, and I get away with running it with -Xmx512m with most of my digital camera pics (although I could use -Xmx1024m if I so chose). 


Also, you can hide your large message in a smaller image by changing the algorithm settings - like make it write from 1-to-2 instead of 1-to-1 bits.  Each time you up the writeable bit range you add 1/8th of the image space to write in.  That is, if you change it to 1-to-4 then you will find that half the image is overwritten with your message, so a 1MB Bitmap file would actually support your 0.5MB message.  The writeable bit range will affect how well your message is hidden as well as how much you can hide.  Just remember, you have to use the same algorithm settings to extract your message, so if you hide with a 1-to-4 bit range, you must try to extract your message with that setting too or else it will just return garbage.

 3   Support / Support Requests / Working with "large" images  on: August 19, 2006, 12:57:08 AM 
Started by brians08 | Last post by brians08
So I just downloaded diit and tried it out.  I am apparently pushing this stego stuff to the limit with a half meg. message file because I quickly found out that the picutures from my 5 megapixl camera are just barely large enough to "cover" a 0.5M message. 
The problem I run into is that diit or the JVM appears to have trouble allocating memory because when I use these two inputs I always get an error message about a -XMX heap setting and not enough memory. 
I googled the xmx heap thing and can't find any instructions about increasing the JVM's memory space. 
Any suggestions?

 4   Support / Support Requests / Re: Using HideSeek algorithm on BattleSteg encoded bmp - Bug?  on: June 09, 2006, 06:55:39 PM 
Started by ErikOmberg | Last post by ErikOmberg
I tested the DIIT 1.5 and it looks like this is fixed in the new release.

Thanks again!

 5   General Category / General Discussion / Re: When is the next DIIT version due to be released?  on: June 09, 2006, 02:52:33 PM 
Started by ErikOmberg | Last post by ErikOmberg
Thank you very much. I'm excited to try out the new release.

I am sorry if I sounded rude in asking when the next release might be ready.

 6   General Category / General Discussion / Re: When is the next DIIT version due to be released?  on: June 09, 2006, 09:33:13 AM 
Started by ErikOmberg | Last post by KathrynH
Version released.  Yay.  Hopefully it isn't broken any more.

 7   General Category / General Discussion / Re: When is the next DIIT version due to be released?  on: June 09, 2006, 12:15:17 AM 
Started by ErikOmberg | Last post by KathrynH
I should learn to not put dates up to the forum...

Hopefully it will be up within the next week - I've been implementing LSB matching - which is currently working nicely with HideSeek and BlindHide, I just have to find a way to get it to work on the filtered algorithms.

The good news is:
1) The infinite loop bug you mention is fixed.
2) Using the Sobel/Prewitt filters will no longer error on some image orientations
3) For bulk steganalysis the progress bar printed at the command line will no longer throw divide by zero exceptions for small jobs.
4) There's a kill button added to the "working please wait" window (I didn't want to hack up the algorithms to stop them, so it literally just kills the program)
5) The "Working Please Wait" window now paints correctly in Linux.
and...
LSB matching will  be working for all algorithms in the next release.

I'm also *considering* making some kind of installer program for Windows - so if you use the program lots you can install it to a directory - this will not be included in the next 1.5 release though. 

Watch this space...

 8   General Category / General Discussion / When is the next DIIT version due to be released?  on: June 06, 2006, 04:01:23 PM 
Started by ErikOmberg | Last post by ErikOmberg
When is the next DIIT version due to be released?

I am looking forward to the change you've made in the filtering that fixes the infinite loop problem with some images.

Thank you.

 9   General Category / General Discussion / Re: Powerpoint on main page looks great!  on: May 15, 2006, 02:32:27 AM 
Started by ErikOmberg | Last post by KathrynH
Thanks, it was well loved by everyone at the university open day too Smiley

 10   General Category / General Discussion / Powerpoint on main page looks great!  on: May 04, 2006, 03:19:26 PM 
Started by ErikOmberg | Last post by ErikOmberg
The new powerpoint on main page is great!

Return to the board index.
Powered by MySQL Powered by PHP Digital Invisible Ink Toolkit Forum | Powered by SMF 1.0.6.
© 2001-2005, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!