<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for These go to eleven!</title>
	<atom:link href="http://gustlik.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gustlik.wordpress.com</link>
	<description>These go to eleven!</description>
	<lastBuildDate>Mon, 26 Oct 2009 12:07:52 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Decryption of configuration passwords in WebLogic by Decrypting 3DES in weblogic 8.1 configuration &#171; takie tam dyrdymały</title>
		<link>http://gustlik.wordpress.com/2008/08/06/decryption-of-configuration-passwords-in-weblogic/#comment-74</link>
		<dc:creator>Decrypting 3DES in weblogic 8.1 configuration &#171; takie tam dyrdymały</dc:creator>
		<pubDate>Mon, 26 Oct 2009 12:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://gustlik.wordpress.com/?p=6#comment-74</guid>
		<description>[...] http://gustlik.wordpress.com/2008/08/06/decryption-of-configuration-passwords-in-weblogic/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://gustlik.wordpress.com/2008/08/06/decryption-of-configuration-passwords-in-weblogic/" rel="nofollow">http://gustlik.wordpress.com/2008/08/06/decryption-of-configuration-passwords-in-weblogic/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decryption of configuration passwords in WebLogic by Mahesh</title>
		<link>http://gustlik.wordpress.com/2008/08/06/decryption-of-configuration-passwords-in-weblogic/#comment-73</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Tue, 06 Oct 2009 16:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://gustlik.wordpress.com/?p=6#comment-73</guid>
		<description>This rocks !!!

I had an issue with node.getTextContent(). Probably my xml jars are old. Copied the password part from xml to properties file. It worked. Thanks.</description>
		<content:encoded><![CDATA[<p>This rocks !!!</p>
<p>I had an issue with node.getTextContent(). Probably my xml jars are old. Copied the password part from xml to properties file. It worked. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross-site scripting and HttpOnly attribute by Ivan</title>
		<link>http://gustlik.wordpress.com/2008/06/20/cross-site-scripting-and-httponly-attribute/#comment-72</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Sat, 03 Oct 2009 18:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://gustlik.wordpress.com/?p=3#comment-72</guid>
		<description>Thanks for publishing this.  I have been looking for a cross-app-server approach to get the JSESSIONID as an HttpOnly cookie.  Having the second HttpOnly factor protect the first is a great workaround.

Cheers,

Ivan</description>
		<content:encoded><![CDATA[<p>Thanks for publishing this.  I have been looking for a cross-app-server approach to get the JSESSIONID as an HttpOnly cookie.  Having the second HttpOnly factor protect the first is a great workaround.</p>
<p>Cheers,</p>
<p>Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decryption of configuration passwords in WebLogic by Zbigniew Cyktor</title>
		<link>http://gustlik.wordpress.com/2008/08/06/decryption-of-configuration-passwords-in-weblogic/#comment-69</link>
		<dc:creator>Zbigniew Cyktor</dc:creator>
		<pubDate>Tue, 01 Sep 2009 18:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://gustlik.wordpress.com/?p=6#comment-69</guid>
		<description>You just need to add weblogic.jar (which is part of you server installation) to the classpath while running the code.</description>
		<content:encoded><![CDATA[<p>You just need to add weblogic.jar (which is part of you server installation) to the classpath while running the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decryption of configuration passwords in WebLogic by Harsha</title>
		<link>http://gustlik.wordpress.com/2008/08/06/decryption-of-configuration-passwords-in-weblogic/#comment-68</link>
		<dc:creator>Harsha</dc:creator>
		<pubDate>Tue, 01 Sep 2009 16:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://gustlik.wordpress.com/?p=6#comment-68</guid>
		<description>Steven, 

How did you get around this one?

Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: weblogic/security/internal/encryption/ClearOrEncryptedService
        at WebLogicDecryptor.main(WebLogicDecryptor.java:23)





Thanks.</description>
		<content:encoded><![CDATA[<p>Steven, </p>
<p>How did you get around this one?</p>
<p>Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: weblogic/security/internal/encryption/ClearOrEncryptedService<br />
        at WebLogicDecryptor.main(WebLogicDecryptor.java:23)</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decryption of configuration passwords in WebLogic by Andy</title>
		<link>http://gustlik.wordpress.com/2008/08/06/decryption-of-configuration-passwords-in-weblogic/#comment-58</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 03 Jul 2009 00:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://gustlik.wordpress.com/?p=6#comment-58</guid>
		<description>Thank you guys for the wonderful postings, it works. :)</description>
		<content:encoded><![CDATA[<p>Thank you guys for the wonderful postings, it works. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decryption of configuration passwords in WebLogic by Skely</title>
		<link>http://gustlik.wordpress.com/2008/08/06/decryption-of-configuration-passwords-in-weblogic/#comment-53</link>
		<dc:creator>Skely</dc:creator>
		<pubDate>Fri, 19 Jun 2009 18:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://gustlik.wordpress.com/?p=6#comment-53</guid>
		<description>I tried to decrypt a given text by using:
ClearOrEncryptedService ces2 = new ClearOrEncryptedService(SerializedSystemIni.getEncryptionService(domainDir.getAbsolutePath()));
System.out.println(ces2.decrypt(&quot;{3DES}C7IknhvOSWU=&quot;));

I got the following exception any ideas:

com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
	at com.rsa.jsafe.JA_PKCS5Padding.performUnpadding(Unknown Source)
	at com.rsa.jsafe.JG_BlockCipher.decryptFinal(Unknown Source)
	at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:67)
	at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
	at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:56)
	at edu.play.WebLogicDecryptor.run(WebLogicDecryptor.java:40)
	at edu.play.WebLogicDecryptor.main(WebLogicDecryptor.java:32)
--------------- nested within: ------------------
weblogic.security.internal.encryption.EncryptionServiceException - with nested exception:
[com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.]
	at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:77)
	at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
	at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:56)
	at edu.play.WebLogicDecryptor.run(WebLogicDecryptor.java:40)
	at edu.play.WebLogicDecryptor.main(WebLogicDecryptor.java:32)</description>
		<content:encoded><![CDATA[<p>I tried to decrypt a given text by using:<br />
ClearOrEncryptedService ces2 = new ClearOrEncryptedService(SerializedSystemIni.getEncryptionService(domainDir.getAbsolutePath()));<br />
System.out.println(ces2.decrypt(&#8220;{3DES}C7IknhvOSWU=&#8221;));</p>
<p>I got the following exception any ideas:</p>
<p>com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.<br />
	at com.rsa.jsafe.JA_PKCS5Padding.performUnpadding(Unknown Source)<br />
	at com.rsa.jsafe.JG_BlockCipher.decryptFinal(Unknown Source)<br />
	at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:67)<br />
	at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)<br />
	at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:56)<br />
	at edu.play.WebLogicDecryptor.run(WebLogicDecryptor.java:40)<br />
	at edu.play.WebLogicDecryptor.main(WebLogicDecryptor.java:32)<br />
&#8212;&#8212;&#8212;&#8212;&#8212; nested within: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
weblogic.security.internal.encryption.EncryptionServiceException &#8211; with nested exception:<br />
[com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.]<br />
	at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:77)<br />
	at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)<br />
	at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:56)<br />
	at edu.play.WebLogicDecryptor.run(WebLogicDecryptor.java:40)<br />
	at edu.play.WebLogicDecryptor.main(WebLogicDecryptor.java:32)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decryption of configuration passwords in WebLogic by senthil</title>
		<link>http://gustlik.wordpress.com/2008/08/06/decryption-of-configuration-passwords-in-weblogic/#comment-52</link>
		<dc:creator>senthil</dc:creator>
		<pubDate>Wed, 13 May 2009 14:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://gustlik.wordpress.com/?p=6#comment-52</guid>
		<description>How to decrypt suppose if the password starting with {AES}HvuAQSKr5aG....</description>
		<content:encoded><![CDATA[<p>How to decrypt suppose if the password starting with {AES}HvuAQSKr5aG&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decryption of configuration passwords in WebLogic by PerfTester</title>
		<link>http://gustlik.wordpress.com/2008/08/06/decryption-of-configuration-passwords-in-weblogic/#comment-46</link>
		<dc:creator>PerfTester</dc:creator>
		<pubDate>Wed, 01 Apr 2009 09:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://gustlik.wordpress.com/?p=6#comment-46</guid>
		<description>Hi,
I get the below exception when i was trying to run

weblogic.security.internal.encryption.EncryptionServiceException: com.rsa.jsafe.
JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
        at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decr
yptBytes(JSafeEncryptionServiceImpl.java:78)
        at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decr
yptString(JSafeEncryptionServiceImpl.java:94)
        at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt
(ClearOrEncryptedService.java:87)
        at WebLogicDecryptor.processLine(WebLogicDecryptor.java:68)
        at WebLogicDecryptor.processFile(WebLogicDecryptor.java:49)
        at WebLogicDecryptor.run(WebLogicDecryptor.java:36)
        at WebLogicDecryptor1.main(WebLogicDecryptor1.java:28)
Caused by: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: in
valid pad byte.
        at com.rsa.jsafe.JA_PKCS5Padding.a(Unknown Source)
        at com.rsa.jsafe.JG_BlockCipher.decryptFinal(Unknown Source)
        at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decr
yptBytes(JSafeEncryptionServiceImpl.java:68)
        ... 6 more


Any idea why this happens</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I get the below exception when i was trying to run</p>
<p>weblogic.security.internal.encryption.EncryptionServiceException: com.rsa.jsafe.<br />
JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.<br />
        at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decr<br />
yptBytes(JSafeEncryptionServiceImpl.java:78)<br />
        at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decr<br />
yptString(JSafeEncryptionServiceImpl.java:94)<br />
        at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt<br />
(ClearOrEncryptedService.java:87)<br />
        at WebLogicDecryptor.processLine(WebLogicDecryptor.java:68)<br />
        at WebLogicDecryptor.processFile(WebLogicDecryptor.java:49)<br />
        at WebLogicDecryptor.run(WebLogicDecryptor.java:36)<br />
        at WebLogicDecryptor1.main(WebLogicDecryptor1.java:28)<br />
Caused by: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: in<br />
valid pad byte.<br />
        at com.rsa.jsafe.JA_PKCS5Padding.a(Unknown Source)<br />
        at com.rsa.jsafe.JG_BlockCipher.decryptFinal(Unknown Source)<br />
        at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decr<br />
yptBytes(JSafeEncryptionServiceImpl.java:68)<br />
        &#8230; 6 more</p>
<p>Any idea why this happens</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decryption of configuration passwords in WebLogic by Decryption of Weblogic 8 3DES passwords in config.xml&#8230; &#171; Sameh M. Shaker&#8217;s Weblog</title>
		<link>http://gustlik.wordpress.com/2008/08/06/decryption-of-configuration-passwords-in-weblogic/#comment-45</link>
		<dc:creator>Decryption of Weblogic 8 3DES passwords in config.xml&#8230; &#171; Sameh M. Shaker&#8217;s Weblog</dc:creator>
		<pubDate>Tue, 31 Mar 2009 06:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://gustlik.wordpress.com/?p=6#comment-45</guid>
		<description>[...] for me, I’ve found this post, he got this working for Weblogic 10, however, the config file structure is a bit different, so I [...]</description>
		<content:encoded><![CDATA[<p>[...] for me, I’ve found this post, he got this working for Weblogic 10, however, the config file structure is a bit different, so I [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
