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

Difference between revisions of "OWASP JOTP Project"

From OWASP
Jump to: navigation, search
(Created page with "=Main= <div style="width:100%;height:160px;border:0,margin:0;overflow: hidden;">link=</div> {| style="padding: 0;margin:0;margin-top:10px;t...")
 
Line 6: Line 6:
 
| valign="top"  style="border-right: 1px dotted gray;padding-right:25px;" |
 
| valign="top"  style="border-right: 1px dotted gray;padding-right:25px;" |
  
==OWASP XXX==
+
==OWASP JOTP==
 
 
OWASP XXX is...
 
 
 
==Introduction==
 
 
 
Write a short introduction
 
 
 
  
 +
OWASP 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.
  
 
==Description==
 
==Description==
  
Write a description that is just a few paragraphs long
+
A 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.
  
 +
==Licensing==
  
==Licensing==
+
TDB
OWASP XXX is free to use. It is licensed under the http://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-ShareAlike 3.0 license], so you can copy, distribute and transmit the work, and you can adapt it, and use it commercially, but all provided that you attribute the work and if you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
 
  
  
 
| valign="top"  style="padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;" |
 
| valign="top"  style="padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;" |
  
== What is XXX? ==
+
== What is JOTP? ==
  
OWASP XXX provides:
+
OWASP JOTP provides:
  
 
* xxx
 
* xxx
Line 44: Line 43:
 
== Project Leader ==
 
== Project Leader ==
  
Project leader's name
+
Robert Upcraft
  
  
 
== Related Projects ==
 
== Related Projects ==
  
* [[OWASP_CISO_Survey]]
+
 
  
  
Line 61: Line 60:
 
== Email List ==
 
== Email List ==
  
Project Email List
+
[https://lists.owasp.org/mailman/listinfo/owasp_jotp_project OWASP JOTP Mailing List]
  
 
== News and Events ==
 
== News and Events ==
Line 67: Line 66:
 
* [30 Sep 2013] News 1
 
* [30 Sep 2013] News 1
  
 
== In Print ==
 
This project can be purchased as a print on demand book from Lulu.com
 
  
  
Line 100: Line 96:
 
= Acknowledgements =
 
= Acknowledgements =
 
==Volunteers==
 
==Volunteers==
XXX is developed by a worldwide team of volunteers. The primary contributors to date have been:
+
OWASP JOTP is developed by a worldwide team of volunteers. The primary contributors to date have been:
  
 
* xxx
 
* xxx
Line 110: Line 106:
  
 
= Road Map and Getting Involved =
 
= Road Map and Getting Involved =
As of XXX, the priorities are:
+
As of April 2014, the priorities are:
* xxx
+
 
* xxx
+
Development work for jOTP is largely complete as of now.  Because I plan on keeping it lightweight and focused on this use case, I don't plan to extend the feature set significantly.  Most future work will include bug fixes, and additional customization options developed on an as-needed basis.
* xxx
 
  
Involvement in the development and promotion of XXX is actively encouraged!
+
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.
 
You do not have to be a security expert in order to contribute.
 +
 
Some of the ways you can help:
 
Some of the ways you can help:
 
* xxx
 
* xxx
 
* xxx
 
* xxx
 
+
   
 
 
 
 
=Project About=
 
{{:Projects/OWASP_Example_Project_About_Page}}  
 
  
 
__NOTOC__ <headertabs />  
 
__NOTOC__ <headertabs />  
  
 
[[Category:OWASP Project]]  [[Category:OWASP_Builders]] [[Category:OWASP_Defenders]]  [[Category:OWASP_Document]]
 
[[Category:OWASP Project]]  [[Category:OWASP_Builders]] [[Category:OWASP_Defenders]]  [[Category:OWASP_Document]]

Revision as of 21:32, 8 April 2014

OWASP Project Header.jpg

OWASP JOTP

OWASP 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.

Description

A 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.

Licensing

TDB


What is JOTP?

OWASP JOTP provides:

  • xxx
  • xxx


Presentation

Link to presentation



Project Leader

Robert Upcraft


Related Projects

Quick Download

  • Link to page/download

Email List

OWASP JOTP Mailing List

News and Events

  • [20 Nov 2013] News 2
  • [30 Sep 2013] News 1


Classifications

New projects.png Owasp-builders-small.png
Owasp-defenders-small.png
Owasp-breakers-small.png
Cc-button-y-sa-small.png
Project Type Files CODE.jpg
Q1
A1
Q2
A2

Volunteers

OWASP JOTP is developed by a worldwide team of volunteers. The primary contributors to date have been:

  • xxx
  • xxx

Others

  • xxx
  • xxx

As of April 2014, the priorities are:

Development work for jOTP is largely complete as of now. Because I plan on keeping it lightweight and focused on this use case, I don't plan to extend the feature set significantly. 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:

  • xxx
  • xxx