<?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: The Luhn Algorithm</title>
	<atom:link href="http://blog.drscottfranklin.net/2006/01/28/the-luhn-algorithm/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.drscottfranklin.net/2006/01/28/the-luhn-algorithm/</link>
	<description>Ramblings of a Christian Mathematician and Bioinformaticist</description>
	<pubDate>Tue, 06 Jan 2009 09:05:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SplineGuy</title>
		<link>http://blog.drscottfranklin.net/2006/01/28/the-luhn-algorithm/comment-page-1/#comment-175</link>
		<dc:creator>SplineGuy</dc:creator>
		<pubDate>Sun, 05 Feb 2006 02:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.drscottfranklin.net/2006/01/28/the-luhn-algorithm/#comment-175</guid>
		<description>That's fascinating.  I'll have to share that with some of my classes.  Since I'm pretty certain that none of our students visit night clubs in Sweden, I won't feel guilty for letting them in on the secret.</description>
		<content:encoded><![CDATA[<p>That&#8217;s fascinating.  I&#8217;ll have to share that with some of my classes.  Since I&#8217;m pretty certain that none of our students visit night clubs in Sweden, I won&#8217;t feel guilty for letting them in on the secret.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Val</title>
		<link>http://blog.drscottfranklin.net/2006/01/28/the-luhn-algorithm/comment-page-1/#comment-174</link>
		<dc:creator>Val</dc:creator>
		<pubDate>Sun, 05 Feb 2006 01:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.drscottfranklin.net/2006/01/28/the-luhn-algorithm/#comment-174</guid>
		<description>In Sweden every person is given a specific number when they are registered at the government (IE when you're born).
This number is basically YYMMDD-XXXZ, where XXX is an area code of wher eyou where born, also, it's odd for men and even women. It also applies the Luhn algorithm for calculating the Z.
This number is used for identification everywhere. So if you know the Luhn algorithm you can get in to like nightclubs and pubs. Since the guards only enter the number in to a machine whish says if it's real or not you can easily make up you're own numbers which will work.
Though, the last 20 years they have gotten more focused on people showing proof of their identification in form och ID-cards than just hearing the numbers.</description>
		<content:encoded><![CDATA[<p>In Sweden every person is given a specific number when they are registered at the government (IE when you&#8217;re born).<br />
This number is basically YYMMDD-XXXZ, where XXX is an area code of wher eyou where born, also, it&#8217;s odd for men and even women. It also applies the Luhn algorithm for calculating the Z.<br />
This number is used for identification everywhere. So if you know the Luhn algorithm you can get in to like nightclubs and pubs. Since the guards only enter the number in to a machine whish says if it&#8217;s real or not you can easily make up you&#8217;re own numbers which will work.<br />
Though, the last 20 years they have gotten more focused on people showing proof of their identification in form och ID-cards than just hearing the numbers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SplineGuy</title>
		<link>http://blog.drscottfranklin.net/2006/01/28/the-luhn-algorithm/comment-page-1/#comment-173</link>
		<dc:creator>SplineGuy</dc:creator>
		<pubDate>Mon, 30 Jan 2006 04:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.drscottfranklin.net/2006/01/28/the-luhn-algorithm/#comment-173</guid>
		<description>I guess they figure that out when they actually check it against the database containing your account information.</description>
		<content:encoded><![CDATA[<p>I guess they figure that out when they actually check it against the database containing your account information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: N'ida</title>
		<link>http://blog.drscottfranklin.net/2006/01/28/the-luhn-algorithm/comment-page-1/#comment-172</link>
		<dc:creator>N'ida</dc:creator>
		<pubDate>Mon, 30 Jan 2006 02:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.drscottfranklin.net/2006/01/28/the-luhn-algorithm/#comment-172</guid>
		<description>Okay, but how does it know your experation date?</description>
		<content:encoded><![CDATA[<p>Okay, but how does it know your experation date?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vito prosciutto</title>
		<link>http://blog.drscottfranklin.net/2006/01/28/the-luhn-algorithm/comment-page-1/#comment-171</link>
		<dc:creator>vito prosciutto</dc:creator>
		<pubDate>Sun, 29 Jan 2006 01:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.drscottfranklin.net/2006/01/28/the-luhn-algorithm/#comment-171</guid>
		<description>The first four digits indicate the issuing bank as well as the type of card. Discover cards always begin 6011 since there's only one bank for Discover. Likewise, American Express cards begin with 3. I forget the starting sequence: 3733? (it's been a while since I've processed credit cards manually). All the issuers use the same validation system.

One nice thinggg about the system that the CC issuers use is that it catches digit transposition (23 instead of 32) as well as digit shift (e.g., typing 5 instead of 4 or 6). ISBNs use a different checksum scheme. IIRC, it's multiply the first digit by 1, second by 2, etc. then add up all the products and take the answer modulo 11 (using X for 10) to come up with the check digit at the end of the ISBN..</description>
		<content:encoded><![CDATA[<p>The first four digits indicate the issuing bank as well as the type of card. Discover cards always begin 6011 since there&#8217;s only one bank for Discover. Likewise, American Express cards begin with 3. I forget the starting sequence: 3733? (it&#8217;s been a while since I&#8217;ve processed credit cards manually). All the issuers use the same validation system.</p>
<p>One nice thinggg about the system that the CC issuers use is that it catches digit transposition (23 instead of 32) as well as digit shift (e.g., typing 5 instead of 4 or 6). ISBNs use a different checksum scheme. IIRC, it&#8217;s multiply the first digit by 1, second by 2, etc. then add up all the products and take the answer modulo 11 (using X for 10) to come up with the check digit at the end of the ISBN..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.522 seconds -->
