This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
OWASP JOTP Project
OWASP jOTPOWASP jOTP is a lightweight web application, implemented in Java as a small set of RESTful services, that can be used to generate, validate, and automatically expire one-time use password tokens. This tool could be useful in scenarios that require multi-factor authentication, but do not allow for more expensive / complex solutions that require physical tokens (magnetic id cards, RSA hard tokens, etc). Tokens generated may be sent either via email or SMS text message to end users. DescriptionA common use case for jOTP is as follows: 1. Client web application displays login page to user. 2. User enters username, password, and cell phone number. 3. Client application makes a call to jOTP, which subsequently generates a token and sends it to the user's cell phone. 4. The user receives the token, and enters it on the login page. 5. The client application contacts jOTP to validate the token. If the token was valid, along with the username/password (validated separately), the user is logged in. LicensingOWASP jOTP is available under the BSD 2-Clause License.
|
What is jOTP?OWASP jOTP provides:
Project LeaderRobert Upcraft
|
Quick DownloadEmail ListNews and EventsClassifications |
- Where can OWASP jOTP be downloaded?
- The source code, along with basic documentation, is located here: GitHub Repository
Volunteers
OWASP jOTP is developed by a worldwide team of volunteers. The primary contributors to date have been:
- Rob Upcraft
As of April 2014, the priorities are:
Development work for jOTP is largely complete as of now. Because it is intended to be lightweight and focused on this use case, the feature set is not planned to grow significantly, if at all. Most future work will include bug fixes, and additional customization options developed on an as-needed basis.
Involvement in the development and promotion of OWASP jOTP is actively encouraged! You do not have to be a security expert in order to contribute.
Some of the ways you can help:
- Submit issues to the GitHub repository.
- Submit pull requests for fixes to the GitHub repository.