8000 GitHub - emre-g07/GoogleOTP: This app help to create Google OTP.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

emre-g07/GoogleOTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleOTP

Two-factor authentication client, with support for HOTP and TOTP. This clien use a original Google Authenticator client code for iOS.

You can now open the Google OTP.xcodeproj file in XCode and run the application.

With this project, you can

  • create OTP which based on Google Authenticator Algorithm.
  • scan barcode to create OTP

Alt text

i use below string to create Google OTP otpauth://totp/AWP-S0134TESTT13:googleadmin?secret=%@&issuer=AWP-S0134TESTT13&algorithm=SHA1&digits=8&period=30

Alt text

The supported PARAMETERS are:

algorithm=(SHA1|SHA256|SHA512|MD5) OPTIONAL, defaults to SHA1.

secret=[websafe Base64 encoded secret key, no padding] REQUIRED, 128 bits or more.

digits=(6|8) OPTIONAL, defaults to 6.

counter=N (hotp specific) REQUIRED

period=N (totp specific) OPTIONAL, defaults to 30.

totp

secret

  • This is a screet key which is obtain from google

algorithm :

  • SHA1
  • SHA256
  • SHA512
  • MD5

digits *OTP digit number/default is 6 digit. Other option is 8

period *OTP renew period/seconds

About

This app help to create Google OTP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0