-
I have gone through your otplib it was really useful, thanks for such an amazing tutorials.
i'm getting the qr-code successfully. but if i run the code it generating the TOKEN for every minute That'…
-
Original [issue 39](https://code.google.com/p/google-authenticator/issues/detail?id=39) created by fraser.scott on 2011-02-19T23:10:21.000Z:
Hi,
I have created a couple of patches to allow me to use…
-
When trying to compile the project by setting scalaVersion := 2.10.1 I get this compiler error:
``` scala
[error] (snipped path)/scala-totp-auth/src/main/scala/TOTPSecret.scala:82: overloaded method …
-
This is not exactly an issue, but it is so easy to modify your example to use bcrypt that why not put it in there? Your hashing algorithm to say the least is really bad in security wise, I know it is …