YubiKey OTP verification library

Started by Kirill, January 15, 2011, 03:24:08 PM

Previous topic - Next topic

Kirill

Folks,



I have a module to verify http://www.yubikey.com/">YubiKey one time passwords in newLISP:



http://km.krot.org/code/yubi-verify.lsp">http://km.krot.org/code/yubi-verify.lsp



http://code.google.com/p/yubikey-val-server-php/wiki/ValidationProtocolV20">Version 2 of the validation protocol is supported, i.e. the passwords will be verified against multiple servers.



By the way, it was delightly easy to deal with multiple server validation using (spawn). I loved it!



Kirill

Lutz

#1
Thanks Kirill. You can find a link to this on the http://www.newlisp.org/index.cgi?Tips_and_Tricks">http://www.newlisp.org/index.cgi?Tips_and_Tricks page in the "Network Securiy" section. If reformatted to standard module document format, this could go into the http://www.newlisp.org/modules/">http://www.newlisp.org/modules/ section.

Kirill

#2
Thank you. Yes, I will be adding appropriately formatted documentation. The priority was, however, to have the code done and some documentation.



I'm thinking about the name for the library - maybe call the file yubi.lsp, as the context being used is called yubi?



Kirill

Kirill

#3
This is done:



http://km.krot.org/code/newlisp/yubi.lsp.html">http://km.krot.org/code/newlisp/yubi.lsp.html

Kirill

#4
Lutz:



I've done a couple of fixes in the docs for yubi.lsp here: http://km.krot.org/code/newlisp/">http://km.krot.org/code/newlisp/



Kirill