|
|
|
|
|
by swiftcoder
147 days ago
|
|
> No, the defining characteristic of a password is also how it is used: it is communicated in the clear to the verifier This is only true if the verifier lives on your local terminal - otherwise we use an encrypted channel to transmit to the verifier, or do the exactly same type of timed-salted-hash scheme used here to transmit without revealing the password. |
|