Top "Google-authenticator" questions

Google Authenticator is an open-sourced application, created by Google and designed to support creation of one-time-passwords based on time (valid for a short period of time) or on number of intervals (invalidating after one use).

Is there a tutorial on how to implement Google Authenticator in .NET apps?

I'm looking for a tutorial on how to use Google Authenticator in .NET-apps. Does this exist, and if so, where …

.net google-authenticator two-factor-authentication
How to generate a QR Code for Google Authenticator that correctly shows Issuer displayed above the OTP?

Warning: sharing your TOTP seed with third-parties breaks the very basic assumption of multi-factor authentication that the TOTP seed is …

qr-code google-authenticator
Google Authenticator implementation in Python

I am trying to use one-time passwords that can be generated using Google Authenticator application. What Google Authenticator does Basically, …

python security authentication one-time-password google-authenticator
java API for google Authenticator

I wanna add two factor authentication using Google Authenticator and was wondering if google provides with java api's. I tried …

java api google-authenticator authenticator
Google Authenticator using PHP

I have used https://github.com/chregu/GoogleAuthenticator.php to built a 2 factor authentication for a web application i am …

php authentication google-authentication google-authenticator
Google authenticator invalid barcode on scan

here's my code in generating the qr code public function getUrl($user, $hostname, $secret) { $encoder = "https://chart.googleapis.com/chart?…

php qr-code google-authenticator
Is there a Google authenticator API

I am trying to create a web app that is using a two-factor authenticator using the google authenticator, so my …

google-authenticator
Google Authenticator One-time Password Algorithm in C#

I would like to calculate the OTP password generated via Google Authenticator or similar app in C#. I have found …

c# algorithm google-authenticator
How to create google two factor authentication using php?

I want to use Google 2FA in my PHP project. The user needs to enter the 6 digit 2fa code while …

php two-factor-authentication google-authenticator