|
|
|
|
|
by fuoqi
1942 days ago
|
|
Ah, I thought it's a JS library used on a server side. But am I correct that they still pass the derived master-key to server side in a plain form? Citing the OP: >Sure, you might tolerate a longer unlock time, but is the security gain really worth the cost to your battery? I think the battery concern is over-blown. How often do you login into a service? I think that for typical use-cases, amortized battery-cost of a login is negligible. And for other use-cases you can let users choose. |
|
No. Master key doesn't leave client machine, only its hash is transmitted over the network. See dchest's link above.