[APP]Google Authenticator for Windows Mobile

Search This thread

MilaCzeque

Member
Sep 9, 2007
20
6
Hi, I stitched together few libraries and made Windows Mobile version of generator for Google's 2-step verification. More info at Google blog.

It behaves the same way as Android version open-sourced here.

QR code scanning is only working if you have QuickMark installed.

Installation: Just unzip Authenticator.zip, copy Authenticator.exe to your device and run it.

I'll publish source code under GPL in few days.

Entered data is protected by CryptProtectData and stored in registry.

Be careful it is still beta version!

In case of trouble make sure your clock is accurate. Nice application for time synchronization is gTimeSync.
 

Attachments

  • Authenticator.zip
    30.8 KB · Views: 1,454

MarkAtHome

Senior Member
Feb 6, 2008
1,388
329
New Jersey
OnePlus 7T Pro
OnePlus 11
Hi, I stitched together few libraries and made Windows Mobile version of generator for Google's 2-step verification. More info at Google blog.

It behaves the same way as Android version open-sourced here.

QR code scanning is only working if you have QuickMark installed.

Installation: Just unzip Authenticator.zip, copy Authenticator.exe to your device and run it.

I'll publish source code under GPL in few days.

Entered data is protected by CryptProtectData and stored in registry.

Be careful it is still beta version!

In case of trouble make sure your clock is accurate. Nice application for time synchronization is gTimeSync.
Hi -- it may or may not be perfectly acceptable, and if so, I apologize in advance, but what you describe is the opposite of what I am looking for.

I have concern of Google getting into my phone (HD2) after having it flashed with an Android NAND (etc.)

So, you are looking to use WM, connecting it to Google, and I would like the ability to use Android, severing Google's connection.

Would similar code be used to accomplish the same thing?
 

Valen00

New member
Jun 9, 2009
4
0
worked for me too on a HTC touch pro 2

got a few errors about null pointers when starting the first time
also tried to capture the QR code with more of the same
but that aside when i put the key in manually it all worked.

good work
my google account feels much safer now.
 

MoHed

Senior Member
Dec 11, 2009
266
123
The Web
Works perfectly on HD2

Thanks a lot.

Remarks:
1- Null pointer error on 1st run before configuring with Google Secret. Will disappear when configured.
2- Do not bother with QR scanning, enter your google secret manually with NO spaces. This will take half a minute !
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    Hi, I stitched together few libraries and made Windows Mobile version of generator for Google's 2-step verification. More info at Google blog.

    It behaves the same way as Android version open-sourced here.

    QR code scanning is only working if you have QuickMark installed.

    Installation: Just unzip Authenticator.zip, copy Authenticator.exe to your device and run it.

    I'll publish source code under GPL in few days.

    Entered data is protected by CryptProtectData and stored in registry.

    Be careful it is still beta version!

    In case of trouble make sure your clock is accurate. Nice application for time synchronization is gTimeSync.