<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" >
   <channel>
    <atom:link href="http://shareyourknowledge.webnode.com/rss/md5-example-with-messagedigest.xml" rel="self" type="application/rss+xml" />
      <title><![CDATA[Programs - share-your-knowledge.com]]></title>
      <link>http://shareyourknowledge.webnode.com</link>
      <language>en</language>
      <pubDate>Thu, 08 Sep 2011 11:17:00 +0200</pubDate>
      <lastBuildDate>Thu, 08 Sep 2011 11:17:00 +0200</lastBuildDate>
      <category><![CDATA[Programs]]></category>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs>
      <generator>Rubicus v2.0</generator>
      <managingEditor><![CDATA[saiyansharwan@gmail.com (Sharwan Sharwan)]]></managingEditor>
      <webMaster><![CDATA[saiyansharwan@gmail.com (Sharwan Sharwan)]]></webMaster>
      <item>
         <title><![CDATA[LDAP authentication in active directory]]></title>
         <link>http://www.share-your-knowledge.com/news/ldap-authentication-in-active-directory/</link>
         <description><![CDATA[
	This is a sample program allows to authenticate the user in windows active directory .

	&nbsp;

	public static HashMap authenticateUser(String userName, String password,String doaminName, String LDAPIPAddress, String LDAPPort)

	{

	&nbsp; &nbsp;System.out.println("LDAP Authentication Started");

	&nbsp; &nbsp;String firstName = null, lastName = null, LDAPuserName = null;

	&nbsp; &nbsp;ArrayList&lt;String&gt; memberOf = null;

	&nbsp;

	&nbsp; &nbsp;HashMap userAttributes = new...]]></description>
         <pubDate>Thu, 08 Sep 2011 11:17:00 +0200</pubDate>
         <guid isPermaLink="true">http://www.share-your-knowledge.com/news/ldap-authentication-in-active-directory/</guid>
         <category>Programs</category>
      </item>
      <item>
         <title><![CDATA[Java md5 example with MessageDigest]]></title>
         <link>http://www.share-your-knowledge.com/news/java-md5-example-with-messagedigest/</link>
         <description><![CDATA[
	Overview OF MD5
	Message-Digest algorithm 5 is cryptographic hash function with a 128-bit hash value. As an internet standard (RFC:1321),MD5 has been employed in a wide variety of security applications, and is also commonly used to check the integrity of files.The 128-bit (16-byte) MD5 hashes are typically represented as a sequence of 32 hexadecimal digits. The following demonstrates a 43-byte ASCII input and the corresponding MD5 hash:
	
	MD5 in Java
	This is a quick tip for implementing md5...]]></description>
         <pubDate>Tue, 23 Aug 2011 22:54:00 +0200</pubDate>
         <guid isPermaLink="true">http://www.share-your-knowledge.com/news/java-md5-example-with-messagedigest/</guid>
         <category>Programs</category>
      </item>
   </channel>
</rss>
