34 releases

0.7.7 Dec 18, 2024
0.7.5 Nov 8, 2024
0.6.8 Jul 31, 2024
0.5.0 Mar 5, 2024
0.3.7 Nov 10, 2023

#1362 in Cryptography

Download history 174/week @ 2024-09-14 209/week @ 2024-09-21 63/week @ 2024-09-28 5/week @ 2024-10-05 134/week @ 2024-10-12 125/week @ 2024-10-19 22/week @ 2024-10-26 82/week @ 2024-11-02 45/week @ 2024-11-09 6/week @ 2024-11-16 2/week @ 2024-11-23 1/week @ 2024-11-30 161/week @ 2024-12-07 149/week @ 2024-12-14 13/week @ 2024-12-21

323 downloads per month

MIT license

725KB
13K 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–26MB
~418K SLoC