<?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: jPPPv3.0.1 Released</title>
	<atom:link href="http://thisisnotajoke.com/2007/12/21/jpppv301-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://thisisnotajoke.com/2007/12/21/jpppv301-released/</link>
	<description>My Various Random Ramblings</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:51:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: ProgrammerBruce</title>
		<link>http://thisisnotajoke.com/2007/12/21/jpppv301-released/comment-page-1/#comment-2026</link>
		<dc:creator>ProgrammerBruce</dc:creator>
		<pubDate>Sun, 29 May 2011 04:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://thisisnotajoke.com/blog/2007/12/21/jpppv301-released/#comment-2026</guid>
		<description>Contrary to greymatter&#039;s report, using key 77f39930b9efa833c7e8e42f32f0daf73e8db1bf9cec387699b155ee5675ad4c, I get the same passcodes from both GRC&#039;s online PPP generator (at https://www.grc.com/ppp.htm) and when using the latest jPPP v3.0.1 release (from http://code.google.com/p/javappp/).

The contents of the first card are:
	A   	B   	C   	D   	E   	F   	G   	
1	+E#M	jqt5	4HZx	9Z6E	iswd	aXwn	yiEh	
2	pjE#	9:MU	S+xD	D@94	SUy:	t?y=	UAST	
3	v@zv	ExN%	K?fR	NAvK	xc!C	9tjY	Y?n7	
4	ZzZy	vuMH	%#4R	ChnM	sh@t	cuwC	PJGy	
5	Lbpk	j@n5	WFk2	RGVi	q2RE	2zZW	ihyZ	
6	avVm	:9@B	NAm3	8qZp	L:6t	NuiD	xLky	
7	tRs9	sUSV	Fw9r	H=EG	VjMA	+BYk	4xL3	
8	V9Zk	XzTZ	zZ=K	@S:X	THuj	P+Me	vrRh	
9	rfja	yshs	i4gf	iX:t	5oKP	WKkD	vvJm	
10	@dU6	!hNU	k:3:	Dt8D	X!U7	48Sa	hG:m	</description>
		<content:encoded><![CDATA[<p>Contrary to greymatter&#8217;s report, using key 77f39930b9efa833c7e8e42f32f0daf73e8db1bf9cec387699b155ee5675ad4c, I get the same passcodes from both GRC&#8217;s online PPP generator (at <a href="https://www.grc.com/ppp.htm" rel="nofollow">https://www.grc.com/ppp.htm</a>) and when using the latest jPPP v3.0.1 release (from <a href="http://code.google.com/p/javappp/" rel="nofollow">http://code.google.com/p/javappp/</a>).</p>
<p>The contents of the first card are:<br />
	A   	B   	C   	D   	E   	F   	G<br />
1	+E#M	jqt5	4HZx	9Z6E	iswd	aXwn	yiEh<br />
2	pjE#	9:MU	S+xD	D@94	SUy:	t?y=	UAST<br />
3	v@zv	ExN%	K?fR	NAvK	xc!C	9tjY	Y?n7<br />
4	ZzZy	vuMH	%#4R	ChnM	sh@t	cuwC	PJGy<br />
5	Lbpk	j@n5	WFk2	RGVi	q2RE	2zZW	ihyZ<br />
6	avVm	:9@B	NAm3	8qZp	L:6t	NuiD	xLky<br />
7	tRs9	sUSV	Fw9r	H=EG	VjMA	+BYk	4xL3<br />
8	V9Zk	XzTZ	zZ=K	@S:X	THuj	P+Me	vrRh<br />
9	rfja	yshs	i4gf	iX:t	5oKP	WKkD	vvJm<br />
10	@dU6	!hNU	k:3:	Dt8D	X!U7	48Sa	hG:m</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greymatter</title>
		<link>http://thisisnotajoke.com/2007/12/21/jpppv301-released/comment-page-1/#comment-13</link>
		<dc:creator>greymatter</dc:creator>
		<pubDate>Mon, 07 Apr 2008 23:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://thisisnotajoke.com/blog/2007/12/21/jpppv301-released/#comment-13</guid>
		<description>Kurt,

I&#039;m testing your 3.0.1 version.  I find that I&#039;m getting different results from your code and grc&#039;s page, even though I&#039;m using the same sequence key.  Could that have to do with the passcode character set?  Do the default alphabets not match?

Example using Groovy with your latest code:

groovy:000&gt; skey = PPPengine.findSequenceKey(&#039;nowisthetime&#039;)
===&gt; 77f39930b9efa833c7e8e42f32f0daf73e8db1bf9cec387699b155ee5675ad4c
groovy:000&gt; e = new PPPengine(skey)
===&gt; PPPengine@1b03c1a
groovy:000&gt; e.makePasscode()
===&gt; 5e3m
groovy:000&gt; e.advanceOffset()
===&gt; null
groovy:000&gt; e.getOffset()
===&gt; 1
groovy:000&gt; e.makePasscode()
===&gt; anbo
groovy:000&gt; e.advanceOffset()
===&gt; null
groovy:000&gt; e.makePasscode()
===&gt; B9Uv

Using the same sequence key at https://www.grc.com/ppp.htm yields the first three passcodes of:
+E#M jqt5 4HZx

Why the difference?  It seems critical that the passcodes match from both sources.

Thanks for the code!</description>
		<content:encoded><![CDATA[<p>Kurt,</p>
<p>I&#8217;m testing your 3.0.1 version.  I find that I&#8217;m getting different results from your code and grc&#8217;s page, even though I&#8217;m using the same sequence key.  Could that have to do with the passcode character set?  Do the default alphabets not match?</p>
<p>Example using Groovy with your latest code:</p>
<p>groovy:000&gt; skey = PPPengine.findSequenceKey(&#8216;nowisthetime&#8217;)<br />
===&gt; 77f39930b9efa833c7e8e42f32f0daf73e8db1bf9cec387699b155ee5675ad4c<br />
groovy:000&gt; e = new PPPengine(skey)<br />
===&gt; PPPengine@1b03c1a<br />
groovy:000&gt; e.makePasscode()<br />
===&gt; 5e3m<br />
groovy:000&gt; e.advanceOffset()<br />
===&gt; null<br />
groovy:000&gt; e.getOffset()<br />
===&gt; 1<br />
groovy:000&gt; e.makePasscode()<br />
===&gt; anbo<br />
groovy:000&gt; e.advanceOffset()<br />
===&gt; null<br />
groovy:000&gt; e.makePasscode()<br />
===&gt; B9Uv</p>
<p>Using the same sequence key at <a href="https://www.grc.com/ppp.htm" rel="nofollow">https://www.grc.com/ppp.htm</a> yields the first three passcodes of:<br />
+E#M jqt5 4HZx</p>
<p>Why the difference?  It seems critical that the passcodes match from both sources.</p>
<p>Thanks for the code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PPPv3 Java Implementation &#124; Kelson Consulting</title>
		<link>http://thisisnotajoke.com/2007/12/21/jpppv301-released/comment-page-1/#comment-11</link>
		<dc:creator>PPPv3 Java Implementation &#124; Kelson Consulting</dc:creator>
		<pubDate>Sat, 22 Dec 2007 03:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://thisisnotajoke.com/blog/2007/12/21/jpppv301-released/#comment-11</guid>
		<description>[...] UPDATED: See jPPPv3.0.1 [...]</description>
		<content:encoded><![CDATA[<p>[...] UPDATED: See jPPPv3.0.1 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

