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

"Password removed successful" being printed even when the password does not exist #65

Closed SonuBardai closed 1 year ago

SonuBardai commented 1 year ago
$ lockbox list   
Please enter the master password
>> 
Service: jsdog, Username: ncnk, Password: ***
Service: palsdkjg, Username: sldkj, Password: ***
$ lockbox remove --service palsdkjg --username ncnk 
lockbox
Please enter the master password
>> 
Password not found
Password removed successfully