psst

Crates.iopsst
lib.rspsst
version0.1.2
sourcesrc
created_at2018-07-22 01:26:35.525392
updated_at2023-02-21 18:49:22.478719
descriptionLibrary to be used in CLIs for storing secrets. It will prompt the user for input on the first invocation and remember it for later.
homepage
repositoryhttps://github.com/maxjacobson/psst
max_upload_size
id75430
size4,347
Max Jacobson (maxjacobson)

documentation

README

psst

A small rust library for storing and retrieving little secrets.

  • Provide a group name, such as "film-snob", and it will store secrets in ~/.local/share/film-snob/psst.toml
  • If the secret is already there, it will be returned, otherwise it will prompt for input and remember
Commit count: 13

cargo fmt