#storage #nuts #command-line-tool #secure #encryption

bin+lib nuts-tool

A cmdline utility for the nuts container

17 releases (4 breaking)

0.5.0 Mar 5, 2024
0.4.3 Jan 22, 2024
0.3.8 Dec 6, 2023
0.3.7 Nov 10, 2023
0.1.0 Oct 2, 2023

#1367 in Cryptography

Download history 9/week @ 2024-01-07 14/week @ 2024-01-14 9/week @ 2024-01-21 5/week @ 2024-02-11 143/week @ 2024-02-18 21/week @ 2024-02-25 133/week @ 2024-03-03 108/week @ 2024-03-10 4/week @ 2024-03-17 109/week @ 2024-03-31

228 downloads per month

MIT license

495KB
8K SLoC

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.

Dependencies

~8–19MB
~231K SLoC