Now a fully fuctional and secure password cli
This commit is contained in:
parent
7523034742
commit
db1db91f44
3 changed files with 45 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
arboard = "3.6.1"
|
||||
argon2 = { version = "0.5.3", features = ["std", "password-hash"] }
|
||||
chacha20poly1305 = "0.10.1"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue