newLISP Fan Club

Forum => newLISP newS => Topic started by: Kirill on January 15, 2011, 03:24:08 PM

Title: YubiKey OTP verification library
Post by: Kirill on January 15, 2011, 03:24:08 PM
Folks,



I have a module to verify YubiKey (//http) one time passwords in newLISP:



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



Version 2 (//http) 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
Title: Re: YubiKey OTP verification library
Post by: Lutz on January 16, 2011, 11:44:05 AM
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.
Title: Re: YubiKey OTP verification library
Post by: Kirill on January 16, 2011, 01:50:50 PM
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
Title: Re: YubiKey OTP verification library
Post by: Kirill on January 17, 2011, 01:08:30 AM
This is done:



http://km.krot.org/code/newlisp/yubi.lsp.html
Title: Re: YubiKey OTP verification library
Post by: Kirill on December 28, 2012, 02:18:25 PM
Lutz:



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



Kirill