|
Project Information
Featured
Downloads
Links
|
DescriptionYubiServe is a lightweight Validation Server supporting both OATH/HOTP and Yubico Yubikey implementations, written in Python that uses an SQLite database or, optionally, a MySQL database. Features
How to use itEverything has been thought to be deadly simple: you just get two scripts:
Improvements with Yubiserve 3.0Optional MySQL support has been added. Improvements with Yubiserve 2.9HTTPS/SSL support has been added. Improvements with Yubiserve 2.0With 2.0 version, the whole validation server is contained into yubiserve appliance itself: it doesn't require PHP/Apache anymore. The standard Yubico validation protocol (v2.0) has been added, even with server signature. You can, as with the Yubico servers, validate the server answer using your API key and the HMAC SHA-1 algorithm. Why should I use Yubiserve?Many validation servers have been made by Yubico, but none of them has been thought to be used with a small number of users or keys. This server uses an optimized small SQLite database, useful when you want to protect your own servers, services, tools... and don’t want to rely upon internet connection to Yubico servers. If you prefer to use a MySQL database instead of the SQLite, all you have to do is to edit the yubiserve.cfg file. I wrote Yubiserve to use it on a pool of virtual machines, to manage my authentication locally intead of using Yubico services (it happened not to have the internet connection... and i was locked out my own machines). LicensingEverything has been published under GPL license. The project previously used some PHP code from Yubico, so i rewrote all the appliance to use only my own code, and removed the PHP/Apache prerequisite implementing the webserver in the python appliance itself. Feel free to use or edit it! More informations about installation are into README file or Wiki. |
