Hi, trying to follow up on static mode.
I'm also trying to see how YB can fit our business.
And it seems that static mode could be the easiest first step.
1. My question to Jakob&Co. is it possible to make a new version of Configuration (or is Personalization as it referred on your website?) utility and firmware which can generate random password 64 or possibly longer.
The current Static -Basic mode when 64 characters only last 32 last characters are updates when YB button is pressed for 10 seconds,
When special character and capital letters are enabled, they are only used in a that first constant portion of password.
and '!' is always first.
Is it the limitation of API or Configuration Utility?
Most users have the same keyboard layout throughout the computers they use.
So to address Lain_'s question the only problem is to write a function that would convert a symbol to a scancode given current keyboard layout, and write their own tools using your API?
My understanding your COM API
Property ykStaticID As BSTR (Write only)
HRESULT ykStaticID([in] BSTR rhs);
and Linux library from
http://code.google.com/p/yubikey-personalization/allows to program arbitrary 128 bit string?
The problem only is to generate new 64 character complex password internally using 10 sec YB button touch, you have to update firmware?
For using people using static mode compatibility is not an issue, and bring static mode to perfection giving people what they need, could be a real boost for YB deployment, and then when you would have enough users you can worry about compatibility?
2.
What is the meaning of Public and Private ID, AES key when programming YB in static mode.
I noticed that PID in modhex is just prepended to static password
and I guess the same algorithm used to generate OTP uses given PID and AES to generate password but in contrast to dynamic mode every time YB button is touched it just emits the same string it generated first time?
==============
Best regards,
YBTester.