diff options
author | Rob Janssen <rob@devcorner.nl> | 2015-12-02 16:50:37 +0100 |
---|---|---|
committer | Rob Janssen <rob@devcorner.nl> | 2015-12-02 16:50:37 +0100 |
commit | 9043dd15f8922ec4b0edf7f2bc7fea9fcd171750 (patch) | |
tree | 009c7d4ae2c03ac24131d7afcbcde30f24ab3bb8 | |
parent | f546c73537ab61582bc3c446d31dfac550f0c3b1 (diff) | |
download | TwoFactorAuth-9043dd15f8922ec4b0edf7f2bc7fea9fcd171750.zip TwoFactorAuth-9043dd15f8922ec4b0edf7f2bc7fea9fcd171750.tar.gz TwoFactorAuth-9043dd15f8922ec4b0edf7f2bc7fea9fcd171750.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |