google / google-authenticator

Open source version of Google Authenticator (except the Android app)
Apache License 2.0
5.21k stars 967 forks source link

j2me, palmOS and windows implementations #37

Open ThomasHabets opened 10 years ago

ThomasHabets commented 10 years ago

Original issue 37 created by 0bruj0 on 2011-02-19T04:09:40.000Z:

I didnt know where to put this so ill leave it here:

http://code.google.com/p/gauth4win/ http://code.google.com/p/gauthj2me/

I tried cloning the repository but i just keept getting server error 500 when trying to checkout so i made a new project.

ThomasHabets commented 10 years ago

Comment #1 originally posted by adhintz@google.com on 2011-02-26T23:35:50.000Z:

Thanks for posting your code! Would you like us to look into the possibility of incorporating it into the main Google Authenticator project?

ThomasHabets commented 10 years ago

Comment #2 originally posted by 0bruj0 on 2011-02-27T01:50:24.000Z:

Yes, i would like that, any question about the code let me know.

ThomasHabets commented 10 years ago

Comment #3 originally posted by Rafael.Beck.Med on 2011-04-02T00:18:28.000Z:

Hi, I created a LWUIT based GUI for gauthj2me and added some features like multiple accounts and editing accounts. I uploaded it also to Google Code: http://code.google.com/p/lwuitgauthj2me/

ThomasHabets commented 10 years ago

Comment #4 originally posted by jago25 on 2013-04-26T09:46:56.000Z:

This is very useful. I'd also like to add the linux java implementation too: https://github.com/mclamp/JAuth/downloads

Although we have paper backups it's very useful to put codes in multiple places. I find it easier to have a client on the desktop than I do to keep getting my phone, although of course it's better to have a separate system if possible. That's why the j2me implementation is the best - because j2me phones are so simple if you had a phone dedicated to that then you're as secure as you can get... and the j2me only phones are not only cheap but tend to use less battery - in flight mode they can last a few weeks.

There is also a commandline version: http://blog.jcuff.net/2011/02/cli-java-based-google-authenticator.html

but it is designed for connecting to your own server. How do you generate a .google_authenticator file to use with gmail?

rtob commented 8 years ago

Hi, I'd like to get my hands on j2me client for this project. Could you provide an update of this issue? Any plans on incorporating either gauthj2me or lwuitgauthj2me? By the way, both links http://code.google.com/p/gauthj2me/ http://code.google.com/p/lwuitgauthj2me/ don't work at this moment - do you at least have a copy of sources that you could share?

Thanks

ThomasHabets commented 8 years ago

What do you mean? Both links work just fine as far as I can tell.

As pretty much the sole maintainer of this repo I don't have the staffing or expertise to maintain anything on the platforms mentioned.

I recommend that you download the code and put it on Github yourself, if the license allows it.

rtob commented 8 years ago

I was getting 404, but it is alright now and I can access both projects just fine at the moment.

Thanks for information.