YubiKey OTP verification library

Notices and updates
Locked
Kirill
Posts: 90
Joined: Wed Oct 31, 2007 1:21 pm

YubiKey OTP verification library

Post 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

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Re: YubiKey OTP verification library

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

Kirill
Posts: 90
Joined: Wed Oct 31, 2007 1:21 pm

Re: YubiKey OTP verification library

Post 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

Kirill
Posts: 90
Joined: Wed Oct 31, 2007 1:21 pm

Re: YubiKey OTP verification library

Post by Kirill »


Kirill
Posts: 90
Joined: Wed Oct 31, 2007 1:21 pm

Re: YubiKey OTP verification library

Post by Kirill »

Lutz:

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

Kirill

Locked