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

Create update master password command #57

Closed SonuBardai closed 1 year ago

SonuBardai commented 1 year ago

Closes https://github.com/SonuBardai/lockbox/issues/2

codecov-commenter commented 1 year ago

Codecov Report

Merging #57 (7066cdd) into main (3ff213e) will decrease coverage by 1.56%. The diff coverage is 71.28%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #57      +/-   ##
==========================================
- Coverage   93.37%   91.82%   -1.56%     
==========================================
  Files           9        9              
  Lines        1434     1516      +82     
==========================================
+ Hits         1339     1392      +53     
- Misses         95      124      +29     
Files Changed Coverage Δ
src/cli/mod.rs 70.76% <0.00%> (-9.91%) :arrow_down:
src/cli/args.rs 89.50% <50.00%> (-0.40%) :arrow_down:
src/repl/mod.rs 95.62% <86.27%> (-1.27%) :arrow_down:
src/cli/commands.rs 94.38% <100.00%> (-0.19%) :arrow_down:
src/store/mod.rs 98.34% <100.00%> (+0.12%) :arrow_up: