summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Janssen <rob@devcorner.nl>2015-12-02 16:50:37 +0100
committerRob Janssen <rob@devcorner.nl>2015-12-02 16:50:37 +0100
commit9043dd15f8922ec4b0edf7f2bc7fea9fcd171750 (patch)
tree009c7d4ae2c03ac24131d7afcbcde30f24ab3bb8
parentf546c73537ab61582bc3c446d31dfac550f0c3b1 (diff)
downloadTwoFactorAuth-9043dd15f8922ec4b0edf7f2bc7fea9fcd171750.zip
TwoFactorAuth-9043dd15f8922ec4b0edf7f2bc7fea9fcd171750.tar.gz
TwoFactorAuth-9043dd15f8922ec4b0edf7f2bc7fea9fcd171750.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 15011a5..cfa72c4 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ PHP library for [two-factor (or multi-factor) authentication](http://en.wikipedi
* Tested on PHP 5.3, 5.4, 5.5 and 5.6, 7 and HHVM
* [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); however: feel free to provide your own (CS)RNG.
+* [random_bytes()](http://php.net/manual/en/function.random-bytes.php), [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); however: feel free to provide your own (CS)RNG.
## Installation