You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FreeOTP+ adds a second layer of security for your online accounts.
2
+
This works by generating one-time passwords (OTP) on your mobile devices which can be used in conjunction with your normal password to make your login nearly impossible to hack.
3
+
These passwords can be generated even when your phone is in airplane mode.
4
+
Tokens can be added easily by scanning a QR-code or by manually entering the token configuration.
5
+
This is called two-factor authentication (2FA).
6
+
7
+
FreeOTP works with many of the great online services you already use, including Google, Facebook, Evernote, GitHub and many more!
8
+
FreeOTP also may work for your private corporate security if they implement the standardized TOTP or HOTP protocols.
9
+
This includes great enterprise solutions like FreeIPA.
10
+
1
11
FreeOTP Plus forked the same functionality of FreeOTP provided by RedHat with the following enhancement:
2
12
3
13
* Export settings to Google Drive or other document providers
@@ -10,12 +20,4 @@ FreeOTP Plus forked the same functionality of FreeOTP provided by RedHat with th
10
20
* Utilize modern camera hardware to scan QR code faster
11
21
* Option to require Biometric / PIN authentication to launch the app
12
22
* Heuristic based offline icon for tokens of 250+ websites.
13
-
* More settings to customize the app functionality
14
-
15
-
FreeOTP is a two-factor authentication (2FA) application for systems utilizing one-time password protocols (OTP).
16
-
Tokens can be added easily by scanning a QR-code or by manually entering in the token configuration.
17
-
18
-
FreeOTP implements open standards. This means that no proprietary server-side component is necessary:
19
-
use any server-side component that implements these standards — for example FreeIPA, which uses TOTP.
20
-
Any standards-compliant implementation will work.
21
-
Currently, FreeOTP provides implementations of HOTP (RFC 4226) and TOTP (RFC 6238).
23
+
* More settings to customize the app functionality
0 commit comments