<?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/"
		>
<channel>
	<title>Comments on: Asymmetric encryption / public key encryption / RSA</title>
	<atom:link href="http://www.ticklishtechs.net/2008/06/17/asymmetric-encryption-public-key-encryption-rsa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ticklishtechs.net/2008/06/17/asymmetric-encryption-public-key-encryption-rsa/</link>
	<description>a mostly .NET but also some other cool techs blog</description>
	<lastBuildDate>Thu, 05 Jan 2012 12:01:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Rafael</title>
		<link>http://www.ticklishtechs.net/2008/06/17/asymmetric-encryption-public-key-encryption-rsa/comment-page-1/#comment-6272</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Thu, 13 Aug 2009 20:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2008/06/17/asymmetric-encryption-public-key-encryption-rsa/#comment-6272</guid>
		<description>Nice article. A description of a method that allows both hashing and decryption of asymmetric passwords you can find here http://www.developers-blog.org/blog/default/2009/07/05/Public-Key-based-asymmetic-password-hashing.</description>
		<content:encoded><![CDATA[<p>Nice article. A description of a method that allows both hashing and decryption of asymmetric passwords you can find here <a href="http://www.developers-blog.org/blog/default/2009/07/05/Public-Key-based-asymmetic-password-hashing" rel="nofollow">http://www.developers-blog.org/blog/default/2009/07/05/Public-Key-based-asymmetic-password-hashing</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.ticklishtechs.net/2008/06/17/asymmetric-encryption-public-key-encryption-rsa/comment-page-1/#comment-5849</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Wed, 08 Jul 2009 09:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2008/06/17/asymmetric-encryption-public-key-encryption-rsa/#comment-5849</guid>
		<description>Hi Bob,
based on how you approach the math problem, I find it amazing taking to consider that I am not a math whiz. Anyway, I have a math problem and hoping if you could shed light on it. Just try. Actually this concerns hexadecimal values.

Consider this,
I have a string of hex values, I receive from a particular device as stated below:

#1 Data:
20 02 1e 00 01 3f 01 1d 01 00 02 3f 52 00 01 00 02 3f 52 6d 20 33 00 00 42 61 74 68 00 00 00 00 01 03 03 03 29 3f 09 3f 02 00 08 

#2 Data:
20 02 1e 00 01 3f 01 11 01 00 02 3f 52 00 01 00 02 3f 52 6d 20 33 00 00 42 61 74 68 00 00 00 00 01 03 03 03 29 3f 09 3f 02 00 08 

#3 Data:
20 02 1e 00 01 3f 01 15 01 00 02 3f 52 00 01 00 02 3f 52 6d 20 33 00 00 42 61 74 68 00 00 00 00 01 03 03 03 29 3f 09 3f 02 00 08 

Now using this hex value below, would I conclude that the #1 Data: is identical to my last hex value below:

last hex value:
20 02 1e 00 01 3f 01 18 01 00 02 3f 52 00 01 00 02 3f 52 6d 20 33 00 00 42 61 74 68 00 00 00 00 01 03 03 03 29 3f 09 3f 02 00 08 


You may or may not reply to me but I was hoping if you found something you could reply me back by any chance.. 

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Bob,<br />
based on how you approach the math problem, I find it amazing taking to consider that I am not a math whiz. Anyway, I have a math problem and hoping if you could shed light on it. Just try. Actually this concerns hexadecimal values.</p>
<p>Consider this,<br />
I have a string of hex values, I receive from a particular device as stated below:</p>
<p>#1 Data:<br />
20 02 1e 00 01 3f 01 1d 01 00 02 3f 52 00 01 00 02 3f 52 6d 20 33 00 00 42 61 74 68 00 00 00 00 01 03 03 03 29 3f 09 3f 02 00 08 </p>
<p>#2 Data:<br />
20 02 1e 00 01 3f 01 11 01 00 02 3f 52 00 01 00 02 3f 52 6d 20 33 00 00 42 61 74 68 00 00 00 00 01 03 03 03 29 3f 09 3f 02 00 08 </p>
<p>#3 Data:<br />
20 02 1e 00 01 3f 01 15 01 00 02 3f 52 00 01 00 02 3f 52 6d 20 33 00 00 42 61 74 68 00 00 00 00 01 03 03 03 29 3f 09 3f 02 00 08 </p>
<p>Now using this hex value below, would I conclude that the #1 Data: is identical to my last hex value below:</p>
<p>last hex value:<br />
20 02 1e 00 01 3f 01 18 01 00 02 3f 52 00 01 00 02 3f 52 6d 20 33 00 00 42 61 74 68 00 00 00 00 01 03 03 03 29 3f 09 3f 02 00 08 </p>
<p>You may or may not reply to me but I was hoping if you found something you could reply me back by any chance.. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

