encryptify-lib 1.0.4

A library for encrypting and decrypting files and folders using AES-256 bit encryption.
Documentation
[[bench]]
harness = false
name = "encryptify_benchmarking"
path = "benches/encryptify_benchmarking.rs"

[dependencies.aes]
version = "0.7.5"

[dependencies.block-modes]
version = "0.8.1"

[dependencies.zip]
version = "2.2.2"

[dev-dependencies.criterion]
version = "0.5.1"

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

[package]
authors = ["Shreyash <hello@webdevcaptain.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for encrypting and decrypting files and folders using AES-256 bit encryption."
edition = "2024"
license = "MIT"
name = "encryptify-lib"
readme = "README.md"
repository = "https://github.com/WebDevCaptain/encryptify"
resolver = "1"
version = "1.0.4"

[[test]]
name = "encryptor_decryptor_tests"
path = "tests/encryptor_decryptor_tests.rs"

[[test]]
name = "zipper"
path = "tests/zipper.rs"