Skip to content

Commit

Permalink
refactor encryption commands, add wrapper for commands
Browse files Browse the repository at this point in the history
  • Loading branch information
duckysmacky committed Jul 23, 2024
1 parent 88890b2 commit b75fdc4
Show file tree
Hide file tree
Showing 12 changed files with 396 additions and 123 deletions.
235 changes: 225 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ sha2 = "0.10.8"
uuid = { version = "1.9.1", features = ["v4", "fast-rng"] }
log = "0.4.22"
lazy_static = "1.5.0"
ring = "0.17.8"
argon2 = "0.5.3"
dirs = "5.0.1"
Loading

0 comments on commit b75fdc4

Please sign in to comment.