Skip to content

Security = simply password + Yubikey #7642

Answered by phoerious
thyxNY asked this question in Q&A
Discussion options

You must be logged in to vote

The 3-character password adds almost no entropy, so you are basically relying on the YubiKey alone. The YubiKey response is (neglecting SHA-1 collisions) as secure as the SHA1 secret, which is 20 bytes. Since those 20 bytes are usually generated by a strong PRNG, we can assume they possess a full 160 bits of entropy. That is more secure than most passwords, but doesn't fill the full AES-256 key space, so adding a strong password on top can improve the security, although not strictly necessary.

You should further keep in mind that you could lose your Yubikey or it could get stolen, whereas a password is only in your head and would need a heavy wrench for extraction.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by phoerious
Comment options

You must be logged in to vote
2 replies
@phoerious
Comment options

@thyxNY
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #7641 on March 25, 2022 10:14.