0xbb / otp-authenticator

A two-factor authentication App for Android
MIT License
160 stars 54 forks source link

Adds support for manual key entry (of RFC 3548 base32 key strings) #13

Open defkev opened 8 years ago

defkev commented 8 years ago

Literally closes #7

Replaces the FAB with Clans/FloatingActionButton, providing a contextual menu to support adding a account by different means (either via QR or Private key) without sacrificing the sleek design.

It currently does some kind of form validation will adding a new account, by verifying wherever the user provided a private key or not, will validating the key itself isn't really possible.

Includes some basic code to select between TOTP/HOTP keys, its all commented until #10 gets implemented.

0xbb commented 8 years ago

Hi @defkev! Thanks for you pull request :).

I had something simular in mind for manually entering a screct . I will have a look at your commit next time when I touch the code!

Draky50110 commented 8 years ago

Hello. Any news from this feature ?