Now a fully fuctional and secure password cli

This commit is contained in:
ManOfGoldForever 2026-01-31 13:14:28 -05:00
parent 7523034742
commit db1db91f44
3 changed files with 45 additions and 1 deletions

View file

@ -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"] }