An initially working library.
[ga4php.git] / doco / readme.txt
index d26656d..75bd4ac 100644 (file)
@@ -5,7 +5,8 @@ GA4PHP means Google Authenticator for PHP.
 
 The purpose of this "library" is to provde a convienient and
 hopefully simple way of provisioning and authenticating users
-using the Google Authenticator mechanism
+using the Google Authenticator mechanism. For now this lib
+will only support GA's hotp methods.
 
 
 Why?
@@ -41,4 +42,13 @@ 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
+easier.   
+
+
+Acknowledgements
+================
+
+Google, for producing google authenticator
+The guys at mOTP who got me all excited about token authenticators
+The guys on this page who spell out how to do hotp
+       http://php.net/manual/en/function.hash-hmac.php
\ No newline at end of file