Posts Tagged ‘ grc

jPPP Moved to Google Code

jPPP now has a repository along with forthcoming documentation. All releases will now be downloaded at http://code.google.com/p/javappp/ The most up-to-date version is in a zip file in the main repository. jPPP now matches with the codes coming off of the GRC website.

jPPPv3.0.1 Released

[NEW VERSION - jPPP on Google Code]

Updated version of my java implementation of PPP.

  • Fixed output to match Steve Gibson’s PPP.exe Version 3.0
  • Changed internal workings to base calculation upon the total offset
  • Allow operations by offset or card, column, row
  • Cleaned up in general

Download

Read more

PPPv3 Java Implementation

UPDATED: See jPPPv3.0.1

I have updated my earlier implementation for PPPv3. In addition, I modified the PPPEngine object to behave in an easier to manage way. Here is my new java doc, along with an example driver.

Download
Read more

PPP Java Implementation

UPDATED! See this post

Here is my java implementation of Steve Gibson’s PPPv2 built off of John Graham-Cumming’s Java Phone Client Implementation. My class will handle all of the necessary functions to create a PPP card including performing the SHA-256 hash of a passcode to the 64 character sequence key.

Read more