<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Ascent Blog</title>
	<atom:link href="http://www.ideaflux.net/ascent/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.ideaflux.net/ascent</link>
	<description>Reaching upward for knowledge and wisdom</description>
	<lastBuildDate>Fri, 14 Aug 2009 03:24:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Enfomi by Alexei</title>
		<link>http://www.ideaflux.net/ascent/?page_id=28&#038;cpage=1#comment-738</link>
		<dc:creator>Alexei</dc:creator>
		<pubDate>Fri, 14 Aug 2009 03:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaflux.net/ascent/?page_id=28#comment-738</guid>
		<description>Stuart,

Sure thing.  The source code is committed under the svn repository on source forge.  Here is the website that will tell you how to get it: http://sourceforge.net/projects/enfomi/develop  Glad to hear that you&#039;re using it to develop a headless version.  If this is something that you could publish publicly, I would be interested in seeing it.</description>
		<content:encoded><![CDATA[<p>Stuart,</p>
<p>Sure thing.  The source code is committed under the svn repository on source forge.  Here is the website that will tell you how to get it: <a href="http://sourceforge.net/projects/enfomi/develop" rel="nofollow">http://sourceforge.net/projects/enfomi/develop</a>  Glad to hear that you&#8217;re using it to develop a headless version.  If this is something that you could publish publicly, I would be interested in seeing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enfomi by Stuart</title>
		<link>http://www.ideaflux.net/ascent/?page_id=28&#038;cpage=1#comment-737</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Thu, 13 Aug 2009 04:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaflux.net/ascent/?page_id=28#comment-737</guid>
		<description>Do you have a source code download?  I&#039;ve been hunting around both sourceforge and your web site.  I think you have a very good thing going on here.  I wanted to retrofit your source and make it headless so I could run it from the command line.  I downloaded it and used it and found it to be a pretty good thing ;)  I&#039;m very good at Swing APIs including the layout managers and what not.  Currently, I&#039;m trying to create a self decrypting archive that can be automated from the command line.  My boss needs it ASAP so anything I can do in exchange, let me know.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Do you have a source code download?  I&#8217;ve been hunting around both sourceforge and your web site.  I think you have a very good thing going on here.  I wanted to retrofit your source and make it headless so I could run it from the command line.  I downloaded it and used it and found it to be a pretty good thing <img src='http://www.ideaflux.net/ascent/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   I&#8217;m very good at Swing APIs including the layout managers and what not.  Currently, I&#8217;m trying to create a self decrypting archive that can be automated from the command line.  My boss needs it ASAP so anything I can do in exchange, let me know.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enfomi by Alexei</title>
		<link>http://www.ideaflux.net/ascent/?page_id=28&#038;cpage=1#comment-735</link>
		<dc:creator>Alexei</dc:creator>
		<pubDate>Mon, 13 Jul 2009 12:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaflux.net/ascent/?page_id=28#comment-735</guid>
		<description>Hi ADK,

Thanks for checking out Enfomi!  Would you please provide me with a bit of info on what kind of encryption algorithm you are trying to use and how big the file is that you are trying to encrypt?  Have you installed the Java Unlimited Encryption Policy Files as I described above?  It can a bit a bit tricky on the mac because your Mac OS X Leopard has several versions of Java.  You should locate both Java 1.5 and Java 1.6 versions and install the policy files for both.  If you need more direction, let me know and I&#039;ll be glad to help.

Also, can you try running Enfomi from terminal and see what happens?  To do this, open Applications-&gt;Utilities-&gt;Terminal.app then switch to the folder where you downloaded Enfomi (typically Downloads folder - so to switch to it you would type &quot;cd ~/Downloads&quot; and hit enter).  When you have switched to the right folder see what you get when you type: &quot;java -version&quot;.  Then try to execute Enfomi with: &quot;java -jar Enfomi_beta1.1-JDK5.jar&quot;  When Enfomi starts up, try to encrypt something.  When you do it this way you are likely to get the same error as before but watch the Terminal as it will print a more meaningful error message.  I suspect you will get something about hash size not matching.  In any case, let me know what you get.</description>
		<content:encoded><![CDATA[<p>Hi ADK,</p>
<p>Thanks for checking out Enfomi!  Would you please provide me with a bit of info on what kind of encryption algorithm you are trying to use and how big the file is that you are trying to encrypt?  Have you installed the Java Unlimited Encryption Policy Files as I described above?  It can a bit a bit tricky on the mac because your Mac OS X Leopard has several versions of Java.  You should locate both Java 1.5 and Java 1.6 versions and install the policy files for both.  If you need more direction, let me know and I&#8217;ll be glad to help.</p>
<p>Also, can you try running Enfomi from terminal and see what happens?  To do this, open Applications->Utilities->Terminal.app then switch to the folder where you downloaded Enfomi (typically Downloads folder &#8211; so to switch to it you would type &#8220;cd ~/Downloads&#8221; and hit enter).  When you have switched to the right folder see what you get when you type: &#8220;java -version&#8221;.  Then try to execute Enfomi with: &#8220;java -jar Enfomi_beta1.1-JDK5.jar&#8221;  When Enfomi starts up, try to encrypt something.  When you do it this way you are likely to get the same error as before but watch the Terminal as it will print a more meaningful error message.  I suspect you will get something about hash size not matching.  In any case, let me know what you get.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enfomi by kimad03</title>
		<link>http://www.ideaflux.net/ascent/?page_id=28&#038;cpage=1#comment-734</link>
		<dc:creator>kimad03</dc:creator>
		<pubDate>Mon, 13 Jul 2009 08:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaflux.net/ascent/?page_id=28#comment-734</guid>
		<description>Alexei,

I&#039;m having the same problem as &quot;Cpt. Guapo&quot;:
 “Ooops we encountered an encryption error. Please try again.”

I&#039;m using the latest/updated Mac OS X Leopard and your &quot;Enfomi_beta1.1-JDK5.jar&quot; that I downloaded on 12 July 2009.

I&#039;ve tried to encrypt a file and a folder and I get the same error for both situations.  Let me know if there is something that needs to be done first or setting that needs to be turned on to make this work.

Thanks!

ADK</description>
		<content:encoded><![CDATA[<p>Alexei,</p>
<p>I&#8217;m having the same problem as &#8220;Cpt. Guapo&#8221;:<br />
 “Ooops we encountered an encryption error. Please try again.”</p>
<p>I&#8217;m using the latest/updated Mac OS X Leopard and your &#8220;Enfomi_beta1.1-JDK5.jar&#8221; that I downloaded on 12 July 2009.</p>
<p>I&#8217;ve tried to encrypt a file and a folder and I get the same error for both situations.  Let me know if there is something that needs to be done first or setting that needs to be turned on to make this work.</p>
<p>Thanks!</p>
<p>ADK</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enfomi by Alexei</title>
		<link>http://www.ideaflux.net/ascent/?page_id=28&#038;cpage=1#comment-733</link>
		<dc:creator>Alexei</dc:creator>
		<pubDate>Thu, 09 Apr 2009 23:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaflux.net/ascent/?page_id=28#comment-733</guid>
		<description>Darn, sorry to hear that.  My apologies for not getting back to you sooner, I&#039;ve been really busy with some important events.  &quot;myEncryptedFile.jar&quot; is working as it should.  You can change it if you browse for a different directory.  Right now it is just intended to provide a name if you don&#039;t provide one (and make sure that things end in .jar).  I am kind of perplexed about why it isn&#039;t executing on Windows 64-bit.  Is there a way for you to run the same jar on a Win-32 machine?  It may have something to do with the encryption library only being 32bit.  I&#039;ll try to see what people say on the forums.</description>
		<content:encoded><![CDATA[<p>Darn, sorry to hear that.  My apologies for not getting back to you sooner, I&#8217;ve been really busy with some important events.  &#8220;myEncryptedFile.jar&#8221; is working as it should.  You can change it if you browse for a different directory.  Right now it is just intended to provide a name if you don&#8217;t provide one (and make sure that things end in .jar).  I am kind of perplexed about why it isn&#8217;t executing on Windows 64-bit.  Is there a way for you to run the same jar on a Win-32 machine?  It may have something to do with the encryption library only being 32bit.  I&#8217;ll try to see what people say on the forums.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enfomi by Cpt.Guapo</title>
		<link>http://www.ideaflux.net/ascent/?page_id=28&#038;cpage=1#comment-732</link>
		<dc:creator>Cpt.Guapo</dc:creator>
		<pubDate>Thu, 02 Apr 2009 04:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaflux.net/ascent/?page_id=28#comment-732</guid>
		<description>I tried all the possible forms: single file, multiple files, single folder, multiple folders, ALL the encryption methods, self decrypting file, not-self decrypting file, on my desktop, in several other directories...and nothing!
What I thought strange is the name of future file on the &quot;Encrypt to:&quot; field: Whichever name I give to it, it always remains with the name &quot;myEncryptedFile.jar&quot;. Would have something to do with this issue?</description>
		<content:encoded><![CDATA[<p>I tried all the possible forms: single file, multiple files, single folder, multiple folders, ALL the encryption methods, self decrypting file, not-self decrypting file, on my desktop, in several other directories&#8230;and nothing!<br />
What I thought strange is the name of future file on the &#8220;Encrypt to:&#8221; field: Whichever name I give to it, it always remains with the name &#8220;myEncryptedFile.jar&#8221;. Would have something to do with this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enfomi by Alexei</title>
		<link>http://www.ideaflux.net/ascent/?page_id=28&#038;cpage=1#comment-731</link>
		<dc:creator>Alexei</dc:creator>
		<pubDate>Mon, 30 Mar 2009 16:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaflux.net/ascent/?page_id=28#comment-731</guid>
		<description>Hey there,
Thanks for trying out Enfomi!  It would help me if you could describe the error in a bit more detail. Are you trying to encrypt one file or several?  Which encryption methods have you tried?  Is the file on your desktop or in some shared directory?  I would suggest starting with a single file and 3DES encryption and seeing if that still gives you an error.  In the meantime I&#039;ll look in the code to see why it might be erroring out.  Unfortunately, I do not have Vista 64-bit so it&#039;s difficult for me to test how well it runs though I expect it to behave the same as on other platforms.</description>
		<content:encoded><![CDATA[<p>Hey there,<br />
Thanks for trying out Enfomi!  It would help me if you could describe the error in a bit more detail. Are you trying to encrypt one file or several?  Which encryption methods have you tried?  Is the file on your desktop or in some shared directory?  I would suggest starting with a single file and 3DES encryption and seeing if that still gives you an error.  In the meantime I&#8217;ll look in the code to see why it might be erroring out.  Unfortunately, I do not have Vista 64-bit so it&#8217;s difficult for me to test how well it runs though I expect it to behave the same as on other platforms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enfomi by Cpt.Guapo</title>
		<link>http://www.ideaflux.net/ascent/?page_id=28&#038;cpage=1#comment-730</link>
		<dc:creator>Cpt.Guapo</dc:creator>
		<pubDate>Sun, 29 Mar 2009 17:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaflux.net/ascent/?page_id=28#comment-730</guid>
		<description>I downloaded your program and I&#039;m trying to use it but appears a message, whatever configuration chosen: &quot;Ooops we encountered an encryption error. Please try again.&quot;. I have all files required and payed attention in java policy files stuff. I&#039;m using Vista x64. 

Thank you.</description>
		<content:encoded><![CDATA[<p>I downloaded your program and I&#8217;m trying to use it but appears a message, whatever configuration chosen: &#8220;Ooops we encountered an encryption error. Please try again.&#8221;. I have all files required and payed attention in java policy files stuff. I&#8217;m using Vista x64. </p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.405 seconds -->
