summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Stocker <me@chregu.tv>2011-02-21 16:45:33 +0100
committerChristian Stocker <me@chregu.tv>2011-02-21 16:45:33 +0100
commitc1d937a4a6a97cbb603ba5ad4ce8ce1f38c0e57d (patch)
tree7f9b0fadfbaaa32d1da4145f05af9f90ac0f7c35
parent25aa9ae23832ce0b812fddb7d930b7e15e9dca31 (diff)
downloadGoogleAuthenticator.php-c1d937a4a6a97cbb603ba5ad4ce8ce1f38c0e57d.zip
GoogleAuthenticator.php-c1d937a4a6a97cbb603ba5ad4ce8ce1f38c0e57d.tar.gz
GoogleAuthenticator.php-c1d937a4a6a97cbb603ba5ad4ce8ce1f38c0e57d.tar.bz2
added README
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..cb09554
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+Ported from http://code.google.com/p/google-authenticator/
+
+You can use the Google Authenticator app from here
+http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=1066447
+to generate One Time Passwords/Tokens and check them with this little
+PHP app (Of course, you can also create them with this).
+
+There are many real world applications for that, but noone implemented it yet.
+
+See example.php for how to use it. \ No newline at end of file