summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Janssen <rob@devcorner.nl>2015-03-17 12:39:36 +0100
committerRob Janssen <rob@devcorner.nl>2015-03-17 12:39:36 +0100
commitba6d998aa246483223411c7e41b4547e2e23724d (patch)
tree4ee441cab64332079502eee6df66c287c4c00a05
parenta8a4c77573b5e89e7f4917907a888c07963b91fa (diff)
downloadTwoFactorAuth-ba6d998aa246483223411c7e41b4547e2e23724d.zip
TwoFactorAuth-ba6d998aa246483223411c7e41b4547e2e23724d.tar.gz
TwoFactorAuth-ba6d998aa246483223411c7e41b4547e2e23724d.tar.bz2
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7da706d..088ae2b 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ PHP class for [two-factor (or multi-factor) authentication](http://en.wikipedia.
* Tested on PHP 5.3, 5.4, 5.5 and 5.6
* [cURL](http://php.net/manual/en/book.curl.php) when using the provided `GoogleQRCodeProvider` (default), `QRServerProvider` or `QRicketProvider` but you can also provide your own QR-code provider.
-
+* [MCrypt](http://php.net/manual/en/book.mcrypt.php), [OpenSSL](http://php.net/manual/en/book.openssl.php) or [Hash](http://php.net/manual/en/book.hash.php) depending on which built-in RNG you use (TwoFactorAuth) will try to 'autodetect' and use the best available).
## Usage