31 releases

new 0.7.4 Oct 24, 2024
0.7.2 Sep 27, 2024
0.6.8 Jul 31, 2024
0.5.0 Mar 5, 2024
0.3.7 Nov 10, 2023

#1755 in Cryptography

Download history 5/week @ 2024-07-01 134/week @ 2024-07-29 2/week @ 2024-08-12 176/week @ 2024-09-02 188/week @ 2024-09-16 224/week @ 2024-09-23 36/week @ 2024-09-30 4/week @ 2024-10-07 144/week @ 2024-10-14

417 downloads per month

MIT license

690KB
12K 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

~12–25MB
~395K SLoC