vault-cli

Crates.iovault-cli
lib.rsvault-cli
version0.1.3
sourcesrc
created_at2022-12-27 23:59:09.067404
updated_at2023-01-08 22:44:00.16576
descriptionA cli tool for password based encryption/decryption
homepage
repositoryhttps://github.com/bennyboer/vault
max_upload_size
id746542
size15,275
Benjamin Eder (bennyboer)

documentation

README

Vault

A simple CLI based document encryption/decryption using a only a password.

Install

$ cargo install vault-cli

Usage

$ vault close <file> --retain-source  # Encrypts a file without removing it afterwards
$ vault open <file> --retain-source   # Decrypts a file without removing it afterwards

You can verify that the file is indeed the same after encryption and subsequent decryption by running shasum on the original and the decrypted file.

Check vault --help for more options.

Commit count: 13

cargo fmt