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

#1156 in Cryptography

Download history 14/week @ 2024-01-18 148/week @ 2024-02-15 15/week @ 2024-02-22 117/week @ 2024-02-29 44/week @ 2024-03-07 90/week @ 2024-03-14 73/week @ 2024-03-28 36/week @ 2024-04-04

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–24MB
~330K SLoC