Konpeito
Konpeito is a personal key-value store database that can be used to store anything.
It is written in Rust and is powered by sled. And is created as an offline replacement for Skate.
It works by storing data inside a sled database, encrypted using a key (using the private SSH key by default).
Usage
To store items:
If you want to store a file or something from stdin:
To retrieve items:
To delete keys:
To list all keys:
Installation
Simply install this crate
From source:
From crates.io: