mvdan / bitw

Minimalist BitWarden client
BSD 3-Clause "New" or "Revised" License
169 stars 15 forks source link

Support PIN unlocking #7

Open mvdan opened 5 years ago

mvdan commented 5 years ago

Similar to the browser extension. Having to type the full master password whenever one needs to unlock decryption is a bit cumbersome.

I assume one way to do this would be to optionally store the decryption key, encrypted with the PIN password. We can request a code review in #3 once this is implemented.