Page 1 of 1

YubiKey OTP verification library

Posted: Sat Jan 15, 2011 11:24 pm
by Kirill
Folks,

I have a module to verify YubiKey one time passwords in newLISP:

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

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

Re: YubiKey OTP verification library

Posted: Sun Jan 16, 2011 7:44 pm
by Lutz
Thanks Kirill. You can find a link to this on the 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/ section.

Re: YubiKey OTP verification library

Posted: Sun Jan 16, 2011 9:50 pm
by Kirill
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

Re: YubiKey OTP verification library

Posted: Mon Jan 17, 2011 9:08 am
by Kirill

Re: YubiKey OTP verification library

Posted: Fri Dec 28, 2012 10:18 pm
by Kirill
Lutz:

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

Kirill