Skip to content

Commit 4393f11

Browse files
authored
Update README.md
1 parent c4f37ab commit 4393f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Two Factor Authentication is an extra security layer for your application. Two F
1212
- Laravel >= 5.3
1313
- Google Authenticator [Android](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en) - [iOS](https://itunes.apple.com/in/app/google-authenticator/id388497605?mt=8) (Recommended) or [Authy](https://www.authy.com/) mobile app
1414

15-
Note: Current implementation is buggy using Authy as Google Authenticator uses SHA-1 with 128-bit keys whereas Authy uses SHA-2 with 256-bit keys. SHA-2 with 256-bit key is coming in verion `0.1.0`.
15+
Note: Current implementation is buggy using Authy as Google Authenticator uses SHA-1 with 128-bit keys whereas Authy uses SHA-2 with 256-bit keys. SHA-2 with 256-bit key is coming in verion `0.1.0`. But if wish to use Authy as well as Google Authenticator I'd suggest to go with default setting of `period`, `number_of_digits` and `algorithm`.
1616

1717
## Installation
1818
**1. Composer Install**

0 commit comments

Comments
 (0)