<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[BSDnexus forums - Encryption Gurus? Any one?]]></title>
		<link>http://forums.bsdnexus.com/viewtopic.php?id=1325</link>
		<description><![CDATA[The most recent posts in Encryption Gurus? Any one?.]]></description>
		<lastBuildDate>Mon, 21 Aug 2006 11:33:59 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Encryption Gurus? Any one?]]></title>
			<link>http://forums.bsdnexus.com/viewtopic.php?pid=12377#p12377</link>
			<description><![CDATA[<p>ahah !</p>]]></description>
			<author><![CDATA[null@example.com (dynek)]]></author>
			<pubDate>Mon, 21 Aug 2006 11:33:59 +0000</pubDate>
			<guid>http://forums.bsdnexus.com/viewtopic.php?pid=12377#p12377</guid>
		</item>
		<item>
			<title><![CDATA[Re: Encryption Gurus? Any one?]]></title>
			<link>http://forums.bsdnexus.com/viewtopic.php?pid=12217#p12217</link>
			<description><![CDATA[<p>Thanks Maxlor, this gives me some ideas. </p><p>I knew SHA1 was a hash and could not be reversed - I&#039;m pretty sure that&#039;s why it was used in the first place. I haven&#039;t worked with DES so wasn&#039;t too sure about it other than everything I&#039;m finding says its pretty weak.</p><br /><br /><p>WIntellect - I agree with everything you say and this is what I am doing with my web app, but the guys I&#039;m going to be working with aren&#039;t too tech savy, they have some canned ASP app that the just change some setting in an XML file to enable and disable options. It took 3 of them to figure out how passwords where encrypted.</p><p>This should be a interesting project since up to this point the most technical question the have asked me is &quot;what should the number for the help desk be?&quot;</p>]]></description>
			<author><![CDATA[null@example.com (RoddieRod)]]></author>
			<pubDate>Thu, 10 Aug 2006 17:44:23 +0000</pubDate>
			<guid>http://forums.bsdnexus.com/viewtopic.php?pid=12217#p12217</guid>
		</item>
		<item>
			<title><![CDATA[Re: Encryption Gurus? Any one?]]></title>
			<link>http://forums.bsdnexus.com/viewtopic.php?pid=12216#p12216</link>
			<description><![CDATA[<p>If they encrypt plaintext passwords with DES, I&#039;m afraid there is no way you can convert your passwords to their format. You see, SHA1 isn&#039;t an encryption algorithm, it&#039;s a hashing algorithm. Whatever data you hash through SHA1 is destroyed, there is no way to reverse the hashing process. DES however is a proper encryption algorithm, which means they do practically have the plain text versions available, and do compare that.</p><p>The only option is to convert their DES-using system to your SHA1-using system (decrypt all the DES passwords, then hash them with SHA1). If their &quot;forgotten password&quot; feature tells the user his original password, this particular feature will no longer work at this point.</p>]]></description>
			<author><![CDATA[null@example.com (Maxlor)]]></author>
			<pubDate>Thu, 10 Aug 2006 17:20:15 +0000</pubDate>
			<guid>http://forums.bsdnexus.com/viewtopic.php?pid=12216#p12216</guid>
		</item>
		<item>
			<title><![CDATA[Re: Encryption Gurus? Any one?]]></title>
			<link>http://forums.bsdnexus.com/viewtopic.php?pid=12213#p12213</link>
			<description><![CDATA[<p>I thought the point of encryption was that the stored format was encrypted - so there&#039;s no plain version of the password kept anywhere.&nbsp; &nbsp;The password check is achieved by encypting the password given and comapring it against the stored encrypted version.</p><p>Also - I fail to see how an encrypted password could be convert to its alter-encrypted format</p>]]></description>
			<author><![CDATA[null@example.com (WIntellect)]]></author>
			<pubDate>Thu, 10 Aug 2006 16:19:48 +0000</pubDate>
			<guid>http://forums.bsdnexus.com/viewtopic.php?pid=12213#p12213</guid>
		</item>
		<item>
			<title><![CDATA[Encryption Gurus? Any one?]]></title>
			<link>http://forums.bsdnexus.com/viewtopic.php?pid=12209#p12209</link>
			<description><![CDATA[<p>I&#039;ve come up with an interest problem at work today and I thought someone here might have some good thoughts on this.</p><p>I have a web application that encrypts passwords using SHA1.</p><p>Now are parent has decided that we need to connect to there site for other services that they offer that we legally can&#039;t. Their programmer and I would like to attempt a single sign on solution so that a user will not have multiple password for what seems to them is the same site.</p><p>The problem is they use DES encryption for password (not to mention IIS and ASP) so does anyone have an idea how I can get my current SHA stored password to DES?</p><p>Of the top of my head all I can think to do is encrypt the SHA string into DES.</p><p>Any thoughts welcomed....</p>]]></description>
			<author><![CDATA[null@example.com (RoddieRod)]]></author>
			<pubDate>Thu, 10 Aug 2006 14:13:12 +0000</pubDate>
			<guid>http://forums.bsdnexus.com/viewtopic.php?pid=12209#p12209</guid>
		</item>
	</channel>
</rss>
