SonuBardai / lockbox

L🦀CKBOX: Lockbox is a command-line tool built in rust for generating and managing passwords. It uses strong encryption algorithms to securely store your passwords, so you can be sure that your data is safe.
https://crates.io/crates/lock_box
MIT License
21 stars 10 forks source link

Immediately display "Master password incorrect" message on CLI #68

Closed SonuBardai closed 1 year ago

SonuBardai commented 1 year ago
lockbox add --service dummy
Please enter the master password
>> 
Please enter the password
>> 
Error: Master password incorrect. Please try again.

Don't wait for user entering the password to be saved if master password is incorrect