<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[James's Programming Page — Crypter.CheckPassword]]></title>
		<link>https://swforum.seekye.com/topic/10090/</link>
		<atom:link href="https://swforum.seekye.com/feed/rss/topic/10090/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Crypter.CheckPassword.]]></description>
		<lastBuildDate>Sun, 23 Oct 2016 18:35:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Crypter.CheckPassword]]></title>
			<link>https://swforum.seekye.com/post/12956/#p12956</link>
			<description><![CDATA[<p>Hi Jishan,</p><p>The format of a crypt string is (algorithm) (salt) (crypted password).</p><p>When you check a password, the algorithm and salt (the salt is the random part) are combined with the password to generate the crypted password. If the algorithm, salt, and crypted password all match, the password is correct. (As an aside: the salt is not secret -- the randomness is different for every user&#039;s password, so that someone can only break one password at a time, instead of all passwords in a database.)</p><p>Hope this helps,</p><p>James</p>]]></description>
			<author><![CDATA[null@example.com (Zer)]]></author>
			<pubDate>Sun, 23 Oct 2016 18:35:42 +0000</pubDate>
			<guid>https://swforum.seekye.com/post/12956/#p12956</guid>
		</item>
		<item>
			<title><![CDATA[Crypter.CheckPassword]]></title>
			<link>https://swforum.seekye.com/post/12953/#p12953</link>
			<description><![CDATA[<p>Hello,</p><p>Congratulations on the excellent CryptSharp Library. It&#039;s simply brilliant.<br />Now I am a script kiddie at max and I have a certain query.</p><p>I recently used this usage in one of my codes (to check if a word matches with the hash):</p><p>Crypter.CheckPassword(someWord, &quot;$apr1$***********&quot;);</p><p>Now my understanding is that Apche APR MD5 uses a timeseed to generate random hashes, how do you still manage to match them using this library?<br />I will be really thankful for an explanation.</p>]]></description>
			<author><![CDATA[null@example.com (Jishan)]]></author>
			<pubDate>Sat, 30 Apr 2016 16:21:36 +0000</pubDate>
			<guid>https://swforum.seekye.com/post/12953/#p12953</guid>
		</item>
	</channel>
</rss>
