unlock_excel 0.2.2

Small command line utility to inspect or remove the VBA protection status of Excel files
Documentation
[dependencies.cfb]
version = "0.9.0"

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

[dependencies.nom]
version = "7.1.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.sha1]
version = "0.10.6"

[dependencies.zip]
version = "0.6.6"

[package]
authors = ["James MacAdie"]
categories = ["command-line-utilities"]
description = "Small command line utility to inspect or remove the VBA protection status of Excel files"
edition = "2021"
homepage = "https://github.com/jmacadie/unlock_excel"
keywords = ["Excel", "VBA", "password"]
license = "MIT"
name = "unlock_excel"
readme = "README.md"
repository = "https://github.com/jmacadie/unlock_excel"
version = "0.2.2"