18 releases (5 breaking)

new 0.6.0 May 16, 2024
0.5.0 Mar 5, 2024
0.4.3 Jan 22, 2024
0.3.8 Dec 6, 2023
0.1.0 Oct 2, 2023

#1176 in Cryptography

Download history 10/week @ 2024-01-19 148/week @ 2024-02-16 15/week @ 2024-02-23 126/week @ 2024-03-01 39/week @ 2024-03-08 86/week @ 2024-03-15 90/week @ 2024-03-29 19/week @ 2024-04-05

1,415 downloads per month

MIT license

590KB
10K 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

~13–23MB
~330K SLoC