Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alokmenghrajani/oath_totp
OATH TOTP implementation in Opa
https://github.com/alokmenghrajani/oath_totp
javascript oath oath-totp opa totp
Last synced: about 1 month ago
JSON representation
OATH TOTP implementation in Opa
- Host: GitHub
- URL: https://github.com/alokmenghrajani/oath_totp
- Owner: alokmenghrajani
- Created: 2012-11-19T12:06:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-05T18:38:15.000Z (about 12 years ago)
- Last Synced: 2023-03-22T13:23:24.320Z (almost 2 years ago)
- Topics: javascript, oath, oath-totp, opa, totp
- Language: JavaScript
- Size: 273 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OATH TOTP in Opa
================
OATH is a standard for two factor authentication (i.e. RSA thingy which generates a unique code every
minute). The purpose of this code is to demonstrate how to implement things in Opa.I also implemented Google's KeyUriFormat, so everything is easy with the Google Authenticator app.
Note: if you are going to use this in a real system, you
might want to keep track of which tokens was last used
(i.e. synchronize clocks)license
=======
http://www.opensource.org/licenses/mit-license.phplinks
=====
- http://tools.ietf.org/html/rfc6238
- http://opalang.org/
- http://code.google.com/p/google-authenticator/
- http://www.gooze.eu/otp-c200-token-time-based-h3-casing-1-unitscreenshots
===========
- demo app
![](https://raw.github.com/alokmenghrajani/oath_totp/master/screenshot.png "")- google authenticator
![](https://raw.github.com/alokmenghrajani/oath_totp/master/google_authenticator.jpg "")
- otp c200
![](https://raw.github.com/alokmenghrajani/oath_totp/master/otp_c200.png "")