WebCrypto compatible encryption CLI in Rust.
This CLI handles the Webcryptobox encryption API.
Compatible packages: * wcb JavaScript * wcb Bash
See Webcryptobox Rust for the library.
sh
git clone https://github.com/jo/wcb-rs
cd wcb-rs
cargo install --path .
There will be a Bash completion script generated at eg ./target/release/build/wcb-d81aebf792a1a08c/out/wcb.bash which you can source.
wcb prints out usage information if you do not provide any command, or via --help
.
```sh $ wcb wcb Webcryptobox - WebCrypto compatible cryptography CLI
USAGE:
wcb
OPTIONS: -h, --help Print help information
SUBCOMMANDS: decrypt Decrypt message decrypt-from Decrypt message with key pair decrypt-private-key Decrypt private key pem decrypt-private-key-from Decrypt private key pem with key pair derive-key Derive shared AES key derive-password Derive password encrypt Encrypt message encrypt-private-key Encrypt private key pem encrypt-private-key-to Encrypt private key pem with key pair encrypt-to Encrypt message with key pair fingerprint Calculate EC key fingerprint help Print this message or the help of the given subcommand(s) key Generate AES key private-key Generate EC key public-key Get public key form private key
```
This package is licensed under the Apache 2.0 License.
© 2022 Johannes J. Schmidt