nuts-tool

Crates.ionuts-tool
lib.rsnuts-tool
version0.6.7
sourcesrc
created_at2023-10-02 09:53:38.808201
updated_at2024-06-26 07:34:37.074053
descriptionA cmdline utility for the nuts container
homepage
repositoryhttps://github.com/drobin/nuts.git
max_upload_size
id989777
size145,548
Robin Doer (drobin)

documentation

README

nuts-tool: A commandline utility for nuts container.

Introduction

The nuts-tool project implements a commandline utility to maintain nuts container. The container has an attached directory backend.

$ # create a nuts container
$ nuts container create sample
Enter a password:
$ # lists all container
$ nuts container list
sample
$ # display information about a container
$ NUTS_CONTAINER=sample nuts container info
Enter a password:
cipher:             aes128-gcm
kdf:                pbkdf2:sha1:65536:16
block size (gross): 512
block size (net):   496

License

You can check out the full license here.

This project is licensed under the terms of the MIT license.

Commit count: 427

cargo fmt