<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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></title>
	<atom:link href="http://untamedmind.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://untamedmind.wordpress.com</link>
	<description>Just about everything and anything</description>
	<lastBuildDate>Tue, 17 Jan 2012 06:58:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='untamedmind.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title></title>
		<link>http://untamedmind.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://untamedmind.wordpress.com/osd.xml" title="" />
	<atom:link rel='hub' href='http://untamedmind.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Access Denial Issue on Glassfish during j2ee application deployment</title>
		<link>http://untamedmind.wordpress.com/2012/01/17/access-denial-issue-on-glassfish-during-j2ee-application-deployment/</link>
		<comments>http://untamedmind.wordpress.com/2012/01/17/access-denial-issue-on-glassfish-during-j2ee-application-deployment/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 06:58:04 +0000</pubDate>
		<dc:creator>Reisang Risom</dc:creator>
				<category><![CDATA[Issues]]></category>
		<category><![CDATA[Instantiation of bean failed; nested exception is java.security.AccessControlException: access denied (java.lang.reflect.ReflectPermission suppressAccessChecks)]]></category>
		<category><![CDATA[Invocation of init method failed; nested exception is java.security.AccessControlException: access denied (javax.management.MBeanServerPermission findMBeanServer)]]></category>
		<category><![CDATA[security manager glassfish]]></category>

		<guid isPermaLink="false">http://untamedmind.wordpress.com/?p=224</guid>
		<description><![CDATA[Exceptions such as the ones below during j2ee application deployment on Oracle Glassfish are usually observed when the security manager under Configurations&#62; server-config&#62; Security is enabled. This is on account of Glassfish&#8217;s restriction on the way object/resource are being accessed when the security manager is on. 1) Invocation of init method failed; nested exception is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untamedmind.wordpress.com&amp;blog=2277946&amp;post=224&amp;subd=untamedmind&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://untamedmind.wordpress.com/2012/01/17/access-denial-issue-on-glassfish-during-j2ee-application-deployment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b2617bccd0fd6235644f8e6ca1ba0b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">risom</media:title>
		</media:content>
	</item>
		<item>
		<title>AES &#8211; using a static secret key</title>
		<link>http://untamedmind.wordpress.com/2011/10/19/aes-using-a-static-secret-key/</link>
		<comments>http://untamedmind.wordpress.com/2011/10/19/aes-using-a-static-secret-key/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 04:58:21 +0000</pubDate>
		<dc:creator>Reisang Risom</dc:creator>
				<category><![CDATA[Just about everything]]></category>
		<category><![CDATA[Advance encryption standard]]></category>
		<category><![CDATA[AES]]></category>
		<category><![CDATA[encrypt cookies]]></category>
		<category><![CDATA[encrypt using a staic key]]></category>
		<category><![CDATA[java AES]]></category>
		<category><![CDATA[Static key in AES]]></category>

		<guid isPermaLink="false">http://untamedmind.wordpress.com/?p=197</guid>
		<description><![CDATA[A static secret key approach can come in handy when there is a need to persist sensitive information across session. Thus can be used to encrypt cookies where the client has nothing to do with it but is centrally processed on the app server, hence eliminating the risk of the key being exposed. package com.core; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untamedmind.wordpress.com&amp;blog=2277946&amp;post=197&amp;subd=untamedmind&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://untamedmind.wordpress.com/2011/10/19/aes-using-a-static-secret-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b2617bccd0fd6235644f8e6ca1ba0b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">risom</media:title>
		</media:content>
	</item>
		<item>
		<title>XSS and Sql Injection Filter</title>
		<link>http://untamedmind.wordpress.com/2011/10/19/xss-and-sql-injection-filter/</link>
		<comments>http://untamedmind.wordpress.com/2011/10/19/xss-and-sql-injection-filter/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 04:49:44 +0000</pubDate>
		<dc:creator>Reisang Risom</dc:creator>
				<category><![CDATA[Just about everything]]></category>
		<category><![CDATA[code injection]]></category>
		<category><![CDATA[cross site scripting]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[web security]]></category>
		<category><![CDATA[xss]]></category>

		<guid isPermaLink="false">http://untamedmind.wordpress.com/?p=205</guid>
		<description><![CDATA[It is better off checking for suspicious patterns of xss or sql injection than to strictly restrict special character usage. This approach will help avoid unnecessary exceptions being thrown. The filter will validate every parameter being posted to the application be it GET or POST method. Filter Class file /** * * @author Reisang */ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untamedmind.wordpress.com&amp;blog=2277946&amp;post=205&amp;subd=untamedmind&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://untamedmind.wordpress.com/2011/10/19/xss-and-sql-injection-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b2617bccd0fd6235644f8e6ca1ba0b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">risom</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting your pc or laptop for wifi-hotspot on windows7</title>
		<link>http://untamedmind.wordpress.com/2011/08/07/setting-your-pc-or-laptop-for-wifi-hotspot-on-windows7/</link>
		<comments>http://untamedmind.wordpress.com/2011/08/07/setting-your-pc-or-laptop-for-wifi-hotspot-on-windows7/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 05:29:48 +0000</pubDate>
		<dc:creator>Reisang Risom</dc:creator>
				<category><![CDATA[Just about everything]]></category>
		<category><![CDATA[Techno]]></category>
		<category><![CDATA[sharing internet connection]]></category>
		<category><![CDATA[wifi-hotspot]]></category>
		<category><![CDATA[wifi-hotspot on windows 7]]></category>

		<guid isPermaLink="false">http://untamedmind.wordpress.com/?p=192</guid>
		<description><![CDATA[Open an elevated command prompt (Type “CMD.EXE” in the start menu search bar, then right click the cmd.exe link and select “Run as Administrator”). In the command window, type: netsh wlan set hostednetwork mode=allow ssid=(give ur network name eg. mynetwork) key=(your password for the network eg .password123) Press Enter. Now type: netsh wlan start hostednetwork [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untamedmind.wordpress.com&amp;blog=2277946&amp;post=192&amp;subd=untamedmind&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://untamedmind.wordpress.com/2011/08/07/setting-your-pc-or-laptop-for-wifi-hotspot-on-windows7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b2617bccd0fd6235644f8e6ca1ba0b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">risom</media:title>
		</media:content>
	</item>
		<item>
		<title>Manually installing a windows service</title>
		<link>http://untamedmind.wordpress.com/2011/01/13/manually-installing-a-windows-service/</link>
		<comments>http://untamedmind.wordpress.com/2011/01/13/manually-installing-a-windows-service/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 12:17:35 +0000</pubDate>
		<dc:creator>Reisang Risom</dc:creator>
				<category><![CDATA[Just about everything]]></category>

		<guid isPermaLink="false">http://untamedmind.wordpress.com/?p=183</guid>
		<description><![CDATA[Install Windows 2000 Resource Kit&#8230; Run the following from a Dos prompt: instsrv yourservice_name &#8220;c:\program Files\Resource Kit\srvany.exe&#8221;  ( srvany.exe is included in the Resource kit installation ) Now go to services and find yourservice_name choose Properties In the Description type &#8220;yourservice_name description&#8230;&#8221; Choose logon mode, and set an account to it for example &#8220;Administrator&#8221; Click Ok [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untamedmind.wordpress.com&amp;blog=2277946&amp;post=183&amp;subd=untamedmind&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://untamedmind.wordpress.com/2011/01/13/manually-installing-a-windows-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b2617bccd0fd6235644f8e6ca1ba0b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">risom</media:title>
		</media:content>
	</item>
		<item>
		<title>Petclinic(Spring 3) have el issues with Tomcat 7</title>
		<link>http://untamedmind.wordpress.com/2010/09/17/petclinicspring-3-have-el-issues-with-tomcat-7/</link>
		<comments>http://untamedmind.wordpress.com/2010/09/17/petclinicspring-3-have-el-issues-with-tomcat-7/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 15:04:08 +0000</pubDate>
		<dc:creator>Reisang Risom</dc:creator>
				<category><![CDATA[Issues]]></category>
		<category><![CDATA["${pet.new}" contains invalid expression(s): javax.el.ELException: [new] i]]></category>
		<category><![CDATA[petclinic not working in tomcat 7]]></category>
		<category><![CDATA[Tomcat 7 and spring 3]]></category>

		<guid isPermaLink="false">http://untamedmind.wordpress.com/?p=180</guid>
		<description><![CDATA[When not being able to run the  petclinic sample (spring 3) on Tomcat 7 .  Replace the jasper-el.jar with the one from the link http://www.java2s.com/Code/Jar/STUVWXYZ/Downloadtomcat6016jaspereljar.htm Its a compatibility issue.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untamedmind.wordpress.com&amp;blog=2277946&amp;post=180&amp;subd=untamedmind&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://untamedmind.wordpress.com/2010/09/17/petclinicspring-3-have-el-issues-with-tomcat-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b2617bccd0fd6235644f8e6ca1ba0b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">risom</media:title>
		</media:content>
	</item>
		<item>
		<title>Drupal 6.1 Configuration for php 5.2, Mysql 5.1 and apache 2.2</title>
		<link>http://untamedmind.wordpress.com/2010/07/24/drupal-configuration-for-php-5-2-mysql-5-1-and-apache-2-2/</link>
		<comments>http://untamedmind.wordpress.com/2010/07/24/drupal-configuration-for-php-5-2-mysql-5-1-and-apache-2-2/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 19:35:55 +0000</pubDate>
		<dc:creator>Reisang Risom</dc:creator>
				<category><![CDATA[Just about everything]]></category>
		<category><![CDATA[Techno]]></category>
		<category><![CDATA[drupal installation configs]]></category>
		<category><![CDATA[setting up apache with mysql]]></category>

		<guid isPermaLink="false">http://untamedmind.wordpress.com/?p=159</guid>
		<description><![CDATA[php.ini [PHP] ;;;;;;;;;;;;;;;;;;; ; About php.ini   ; ;;;;;;;;;;;;;;;;;;; ; This file controls many aspects of PHP&#8217;s behavior.  In order for PHP to ; read it, it must be named &#8216;php.ini&#8217;.  PHP looks for it in the current ; working directory, in the path designated by the environment variable ; PHPRC, and in the path [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untamedmind.wordpress.com&amp;blog=2277946&amp;post=159&amp;subd=untamedmind&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://untamedmind.wordpress.com/2010/07/24/drupal-configuration-for-php-5-2-mysql-5-1-and-apache-2-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b2617bccd0fd6235644f8e6ca1ba0b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">risom</media:title>
		</media:content>
	</item>
		<item>
		<title>Custom Grid Data Retention and Retrieval</title>
		<link>http://untamedmind.wordpress.com/2010/07/22/custom-grid-data-retention-and-retrieval/</link>
		<comments>http://untamedmind.wordpress.com/2010/07/22/custom-grid-data-retention-and-retrieval/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 05:19:22 +0000</pubDate>
		<dc:creator>Reisang Risom</dc:creator>
				<category><![CDATA[Just about everything]]></category>

		<guid isPermaLink="false">http://untamedmind.wordpress.com/?p=153</guid>
		<description><![CDATA[/** *    Reisang Risom **/ import java.beans.BeanInfo; import java.beans.Introspector; import java.beans.PropertyDescriptor; import java.util.ArrayList; import java.util.Enumeration; import java.util.HashMap; import java.util.Hashtable; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.apache.log4j.Logger; import com.mgeretail.SpringApplicationContext; public class ObjectCreationServices { private Logger _log=Logger.getLogger(ObjectCreationServices.class); private String className=null; public ObjectCreationServices(Object _beanObject) { className=_beanObject.getClass().getName(); } public ObjectCreationServices() { } public ArrayList&#60;Object&#62; createObjects(HttpServletRequest request,String[] parameters,int fromIndex,int toIndex) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untamedmind.wordpress.com&amp;blog=2277946&amp;post=153&amp;subd=untamedmind&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://untamedmind.wordpress.com/2010/07/22/custom-grid-data-retention-and-retrieval/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b2617bccd0fd6235644f8e6ca1ba0b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">risom</media:title>
		</media:content>
	</item>
		<item>
		<title>Password Encryption and Decryption</title>
		<link>http://untamedmind.wordpress.com/2010/07/22/password-encryption-and-decryption/</link>
		<comments>http://untamedmind.wordpress.com/2010/07/22/password-encryption-and-decryption/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 05:11:53 +0000</pubDate>
		<dc:creator>Reisang Risom</dc:creator>
				<category><![CDATA[Just about everything]]></category>
		<category><![CDATA[Techno]]></category>
		<category><![CDATA[HASHING password]]></category>
		<category><![CDATA[non recoverable password]]></category>
		<category><![CDATA[password cryption and decryption]]></category>
		<category><![CDATA[password security for web application]]></category>
		<category><![CDATA[SHA]]></category>

		<guid isPermaLink="false">http://untamedmind.wordpress.com/?p=147</guid>
		<description><![CDATA[java Script function generateCipher() { var rawpwd=document.getElementById(&#8220;txtPassword&#8221;).value; if(trim(rawpwd)!=&#8221;) { var md5val=(rawpwd); var md5val=SHA1(md5val+sid) } return md5val; }; /** * *  Secure Hash Algorithm (SHA1) *  http://www.webtoolkit.info/ * **/ function SHA1 (msg) { function rotate_left(n,s) { var t4 = ( n&#60;&#60;s ) &#124; (n&#62;&#62;&#62;(32-s)); return t4; }; function lsb_hex(val) { var str=&#8221;"; var i; var vh; var [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untamedmind.wordpress.com&amp;blog=2277946&amp;post=147&amp;subd=untamedmind&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://untamedmind.wordpress.com/2010/07/22/password-encryption-and-decryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b2617bccd0fd6235644f8e6ca1ba0b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">risom</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Obfuscation toolkit</title>
		<link>http://untamedmind.wordpress.com/2010/07/22/oracle-obfuscation-toolkit/</link>
		<comments>http://untamedmind.wordpress.com/2010/07/22/oracle-obfuscation-toolkit/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 04:44:39 +0000</pubDate>
		<dc:creator>Reisang Risom</dc:creator>
				<category><![CDATA[Techno]]></category>
		<category><![CDATA[data decryption]]></category>
		<category><![CDATA[data encryption]]></category>
		<category><![CDATA[data masking]]></category>
		<category><![CDATA[dbms_obfuscation_toolkit]]></category>

		<guid isPermaLink="false">http://untamedmind.wordpress.com/?p=140</guid>
		<description><![CDATA[&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8211;  DDL for Function DES_DECRYPT &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; CREATE OR REPLACE FUNCTION &#8220;DES_DECRYPT&#8221; ( input_string VARCHAR2, key_string VARCHAR2 ) RETURN VARCHAR2 IS v_return VARCHAR2(2048); v_key_string VARCHAR2(56); BEGIN IF LENGTH(key_string) &#62; 56 THEN RAISE_APPLICATION_ERROR(-20100, &#8216;des_decrypt &#8211; key longer than 56 bytes&#8217;); END IF; IF MOD(LENGTH(input_string),8) != 0 THEN RAISE_APPLICATION_ERROR(-20101, &#8216;des_decrypt &#8211; input length is not mod 8&#8242;); [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=untamedmind.wordpress.com&amp;blog=2277946&amp;post=140&amp;subd=untamedmind&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://untamedmind.wordpress.com/2010/07/22/oracle-obfuscation-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b2617bccd0fd6235644f8e6ca1ba0b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">risom</media:title>
		</media:content>
	</item>
	</channel>
</rss>
