Git Product home page Git Product logo

oathtoken's People

oathtoken's Issues

Delete token?

I'm an iPhone newbie.  Please let me apologize in advance if there's some 
standard way of doing things that I should know about but don't.

I'm just not seeing how I can delete a token?  Locked down or not?

Seems like a welldone app though.

Original issue reported on code.google.com by [email protected] on 14 Dec 2010 at 5:02

Can't install on iOS 3.1.3, app requires iOS4.

OATH Token 1.0.4 currently in the appstore says it requires iOS 4.0.2. I have a 
first-generation iPod Touch, so it's impossible for me to use iOS4.

Any reason for lacking 3.x compatibility? Maybe related to the fix for issue 10?

Original issue reported on code.google.com by [email protected] on 26 Oct 2011 at 5:42

Generated keys do not match expected output

What steps will reproduce the problem?

1. Specify the secret key 12345678901234567890 (as defined in the specification 
- http://tools.ietf.org/html/rfc4226)
2. Set count to 0
3. Generate pin

What is the expected output? What do you see instead?

Expected:

Count-Pin
0-755224
1-287082
2-359152
3-969429

Actual:

Count-Pin
0-803282
1-039425
2-233531
3-573854

What version of the product are you using? On what operating system?

1.0.1 on iPhone 3G 3.1.3

Please provide any additional information below.

I feel like I'm insane since no one else seems to have noticed the issue. But i 
checked and double checked and triple checked. At first i thought it was my 
code, but i generated a table of pins for incrementing keys. I compared it to 
the test case in the RFC and they match EXACTLY. I googled for an online 
javascript version and the results i get are the same as the RFC and the code i 
have. Am i hallucinating? Surely someone else must have noticed this since we 
are all following the same spec here....

Original issue reported on code.google.com by [email protected] on 26 Jul 2010 at 5:43

Can't install on 3.1.2/3GS

What steps will reproduce the problem?
1. Try to install OATH Token via iTunes

What is the expected output? What do you see instead?
Fails to install.  Under the applications tab in iTunes, the box is unchecked 
so it won't install.  
Clicking the box and re-syncing shows that it attempts to install, but then 
doesn't install.  
Checkbox becomes unchecked again automatically.

What version of the product are you using? On what operating system?
OS X 10.6.3

Please provide any additional information below.
I'm guessing this is some compatibility issue with iPhoneOS 3.1.2.

Original issue reported on code.google.com by [email protected] on 14 Apr 2010 at 6:46

When using personal hotspot, OATH Token app is irresponsive

What steps will reproduce the problem?
1. Enable personal hotspot on the iPhone
2. Connect a computer to the iPhone's wlan, now a blue status bar on the phone 
shows a blinking message about one connected computer
3. Open OATH Token application and try anything, no response from any of the 
GUI elements

What is the expected output? What do you see instead?
I expect the app to generate a one time password, or show info if i press the 
small 'i' or allow me to do anything in it's GUI. What I see is unresponsive 
buttons and other GUI elements, and a still present status bar.

What version of the product are you using? On what operating system?
OATH Token 1.0.5 (r56) on iOS 7.0.2 on an iPhone 5 (plain, no S or C or 
anything)

Please provide any additional information below.
I suspect that it is the actual status bar that gives the problem, especially 
as the green status bar from an ongoing telephone call gives the same effect. I 
also believe that it probably arose in iOS 7, as I cannot recall ever seeing 
this problem before. The status bar is present inside the app and distorts the 
GUI elements as well - maybe the app can hide the status bar?

Anyway, Thank's for a great app, and I can still get by as I do not need time 
based tokens, so at least for me, this is not very urgent.

Original issue reported on code.google.com by [email protected] on 6 Oct 2013 at 3:12

Enhancement - the ability to generate the next token without waiting 30 seconds

This is not a serious issue, just an annoyance.  We like the tool very much - 
keep up the good work!

In our environment we connect to many devices in many remote locations. These 
are often simultaneous logins and our current tokens permit pressing the button 
to toggle off, and back on into the next token code.  This helps us expedite 
connection and resolution.

Would it be reasonable to make it possible to tap the token name or code (or 
even a refresh option you press twice?) and generate the next token code?  We 
are prepared to deploy 10 internal and 10 external tokens based on your app.

We are currently all using this on iPhones, latest code on phones and 
v1.0.3(r46) for the token.

Original issue reported on code.google.com by [email protected] on 18 May 2011 at 3:19

iOS4 File-Protection Patch

Hi Mr. Cobbs,

attached to this message, you'll find my patch for the latest iOS4 
FileProtection features, thus the token.plist file will be stored encrypted on 
the iPhone (if the user got an iPhone >= 3GS and iOS >= 4.0 and lock screen 
enabled).

If you're interested in this patch, it would be nice if you'll push it to this 
project :-)

Cheers
Maddin

Original issue reported on code.google.com by [email protected] on 16 Mar 2011 at 10:02

Attachments:

Cannot remove locked down tokens

What steps will reproduce the problem?
1. Add a token in lock down
2. try to remove it
3.

What is the expected output? What do you see instead?
I expect to be unable to edit/view the token, but expect to be able to remove 
it.  makes testing hard!  :)

What version of the product are you using? On what operating system?
1.0.1

Please provide any additional information below.
Great app otherwise.

Original issue reported on code.google.com by [email protected] on 8 Sep 2010 at 5:47

Incorrect OTP displayed on app restart

What steps will reproduce the problem?
1. Start app and select a time based token
2. Exit app, wait one interval length (30 or 60 seconds)
3. Start app again

What is the expected output?

A new OTP since more than "interval" seconds have passed

What do you see instead?

The same OTP as before.
But as soon as a click on the token name the correct OTP is displayed

What version of the product are you using? On what operating system?

1.0.2, iphone 3gs

Please provide any additional information below.

This might be caused by a missing "[self recalculatePassword];" line in in the  
"viewWillAppear" function in MainViewController.m. Just a guess though...






Original issue reported on code.google.com by [email protected] on 5 May 2011 at 1:37

OATH Challenge-Response (OCRA)

This Token is really good - nice work.

Now that you implemented HOTP and TOTP specs, it would not be a big task to 
implement OCRA with counter or time moving factor.
It is very few new code once you have HOTP+TOTP.

It could be a new selector like:
(Event Based) - (Time Based) - (Challenge Based)

And in challenge, the configuration would consist in providing the OCRASuite 
and OATH secret key (and optionally the OCRA PIN).

Note: If you are interrested, you can use my software for testing OCRA : OpenOTP

Original issue reported on code.google.com by [email protected] on 25 Nov 2010 at 11:05

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.