Hi everybody,
Sorry for this kind of simple (stupid) question, but I'm a newbee on Yubikey and I just read about Yubikey for 2 days. I bought a key and tried it, it worked perfectly.
Then I want to host the validation server on my own server, instead of using the free validation service (
https://api.yubico.com/wsapi/2.0/verify) so I downloaded
open-source from google code at
http://code.google.com/p/yubikey-validation-server-net/ to try.
I run the Yubikey.Installer WinForms project to setup database schema and init data. However, I am not sure about some parameters I need to specify in the installation form. (please see the attached screenshot)
Can you please give me some sample parameters that are valid? Currently I set:
Encryption Key: 0123456789abcdef0123456789abcdef
Encryption Key Format: Hex
Root Yubikey OTP: ccccccdbbvleefthbeuccfbetcrhvtlcjlivujjrbdnl (generated from my physical yubikey)
Root Yubikey AES Secret (Base64):
AAwka7Wj4nyf0+Fua8uKZi2y2NI= --> wrong size, should be
B/WvxVhf3oMCvtISR3luiA==
Root Pin: 123456
But I cannot run the installation successfully. It created the database schema successfully, but was failed to insert initial data.
I got CryptographicException: "Specified key is not a valid size for this algorithm." (please see the attached screenshot for more details).
Thanks in advance.