Before using Yubikey to secure my passwords I want a bullet-proof fallback. Therefore I'm trying to determine the "yubikey-less passwords" so I could open my pwsafe without any yubikey: Just for the case of cases. I tried to read the source code and it seems. that pwsafe uses a zero-filled 40-byte window, places the password in it and send the result for challenge to the yubikey. So i.e. given my password is "123" which is 616263 in hex format. I tried to retrieve the final password: ykchalresp -2...
There is no limit. Once you generate and apply the secret to the key and apply it to your store, the secret gets stored inside your password safe. See my issue for a deeper in-depth discussion: https://github.com/pwsafe/pwsafe/issues/718 "Generate" only generates a random key. You need to subsequently "Set Yubikey" to apply it into the yubikey. OTP slot #2 is used. If you opened a safe via a Yubikey, the Secret key should be pre-filled and visible.
Thank you Patrick. After commenting out "show-photos" one annoyance resolved for...
Hello everybody! I have a small but very annoying issue: My key chain has three private...