I recently produced an open source implementation of Steve Gibson's Perfect Paper Passwords system in C. It occurred to me that a better implementation would be a Java client for my mobile phone (thus eliminating the need for printing and carrying the paper passwords).
Here's my PPP client implementation running on my Motorola RAZR. It's written in Java using CLDC 1.0 and MIDP 2.0.


You can download and install the JAR file. The current version is 1.0.0.
Here's my PPP client implementation running on my Motorola RAZR. It's written in Java using CLDC 1.0 and MIDP 2.0.
You can download and install the JAR file. The current version is 1.0.0.
Comments
Tim Daniel
Once I've updated the code to Steve's PPPv2 I'll open source this.
Charles,
Yes, I did type in the entire 96 digit mess... happily PPPv2 drops this to 64 digits.
John.