rustcube 0.1.1

Multi-password, order-dependent, streaming encryption/decryption tool with secure memory handling.
[[bin]]
name = "rustcube"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.hex]
version = "0.4"

[dependencies.libaes]
version = "0.7"

[dependencies.pbkdf2]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.rpassword]
version = "7.3"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.zeroize]
version = "1.6"

[package]
authors = ["Joshua Wink <Joshua@orchestrate.solutions>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Multi-password, order-dependent, streaming encryption/decryption tool with secure memory handling."
edition = "2021"
license = "MIT"
name = "rustcube"
readme = "README.md"
version = "0.1.1"