X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=doco%2Freadme.txt;h=307a799b6f8f56928f4799871899ac840ff0337b;hp=1ab3a1e186ecbebe7c0e2fbf55c99fb24b5ca704;hb=HEAD;hpb=08bcb2d016d684539e10a0628a5674544b2596b5 diff --git a/doco/readme.txt b/doco/readme.txt index 1ab3a1e..307a799 100644 --- a/doco/readme.txt +++ b/doco/readme.txt @@ -22,24 +22,7 @@ that fullfilled some realistic criteria - easy to use, easy to provision. -How? -==== - -Ultimately, this is just a library with a web based example, -the purpose of which is to integrate into your exisint applications, -those that are PHP. - - -Complications -============= - -The only real complication i've had so far is that alot of the -HOTP based keys out there provide the secret key as HEX where -google choose to use base32, of which there exist no single -or simple implementation. So I wrote my (rather terrible so far) -own as all i really want to do is convert from base32 back to -hex, this I do by converting to binary first... Lets how thats -going to work in the long run. The sad thing is is that if I -were writing it in C/C++/etc, bit math is easy and while im sure -its not too different in PHP, I've never done it, so this seeemed -easier. \ No newline at end of file +How To Use It? +============== +See the examples and the wiki over at the project page, +http://code.google.com/p/ga4php/