Browse wiki
This entry published by the Free Software Foundation.
| PyAuthTicket |
| Computer languages | Python + |
|---|---|
| Full description | PyAuthTicket uses HMAC to generate a one t … PyAuthTicket uses HMAC to generate a one time ticket based on a secret key, message (optional) and timestamp (defaults to the current time). If both sides know a secret key (ie, an API key), a receiver can verify the identity of a sender by requiring a ticket digest and the timestamp used to create it along with the actual request. To verify the sender, the receiver would create a ticket with the same credentials (key, request, timestamp) and verify it against the provided digest. This does not prevent replay attacks but as the timestamp is provided, a lower threshold can be set to reduce the time window in which replays can run. the time window in which replays can run. |
| Homepage URL | http://code.google.com/p/pyauthticket/ + |
| Interface | library + |
| Is GNU | false + |
| Keywords | encryption + , HMAC + , Python + , key + , timestamp + |
| Last review by | Kelly Hopkins + |
| Last review date | 5 March 2010 + |
| License | Expat + |
| License verified by | Kelly Hopkins + |
| License verified date | 5 March 2010 + |
| Name | PyAuthTicket + |
| Real name | JJ Geewax + |
| Revisionid | 2,919 + |
| Revisiontimestamp | 12 April 2011 13:30:58 + |
| Revisionuser | WikiSysop + |
| Role | Maintainer + |
| Security | encryption + |
| Short description | simple HMAC Authentication in Python. + |
| Submitted by | Database conversion + |
| Submitted date | 1 April 2011 + |
| Use | security + |
| User level | intermediate + |
| Version date | 16 September 2008 + |
| Version download | http://pyauthticket.googlecode.com/files/pyauthticket-0.1.zip + |
| Version identifier | 0.1 + |
| Version status | alpha + |
| Modification dateThis property is a special property in this wiki. | 24 May 2012 23:50:11 + |
| Page has default formThis property is a special property in this wiki. | Entry + |
| EmailThis property is a special property in this wiki. | jj@geewax.org + |
| hide properties that link here |
| PyAuthTicket#2 + | License of |
|---|---|
| PyAuthTicket#1 + | Person of |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.
