enc_file 0.3.15

Encrypt / decrypt files or calculate hash from the command line. Warning: Don't use for anything important, use VeraCrypt or similar instead.
Documentation
[[bin]]
name = "enc_file"
path = "src/main.rs"
[dependencies.aes-gcm-siv]
version = "0.9.0"

[dependencies.bincode]
version = "1.3.1"

[dependencies.blake3]
version = "0.3.7"

[dependencies.chacha20poly1305]
version = "0.7.1"

[dependencies.rand]
version = "0.8.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.117"

[dependencies.sha2]
version = "0.9.2"

[lib]
name = "enc_file"
path = "src/lib.rs"

[package]
authors = ["LazyEmpiricist <35100899+LazyEmpiricist@users.noreply.github.com>"]
categories = ["command-line-utilities", "cryptography", "encoding", "filesystem"]
description = "Encrypt / decrypt files or calculate hash from the command line. Warning: Don't use for anything important, use VeraCrypt or similar instead."
documentation = "https://docs.rs/enc_file/"
edition = "2018"
homepage = "https://docs.rs/enc_file/"
keywords = ["encryption", "command-line", "chacha20poly1305", "aes-gcm", "blake3"]
license = "MIT"
name = "enc_file"
readme = "README.md"
repository = "https://github.com/LazyEmpiricist/enc_file"
version = "0.3.15"