Skip to content

sourcehut-mirrors/himitsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

260 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Himitsu

「パスワードは何?」「ひみつですよ!」

Notice: neither this project nor the underlying cryptograhic implementation have been independently audited. This project is a work in progress.

Himitsu is a secret storage system for Unix systems. It is suitable for storing passwords, private keys, and so on.

We hang out in #himitsu on Libera Chat. Please send patches to the himitsu-devel mailing list using the following address: ~sircmpwn/himitsu-devel@lists.sr.ht.

Installation

$ make
# make install

You also need a prompter. Try one of these:

  • hiprompt-gtk the reference prompter maintained by the himitsu team.

Usage

Begin by initializing a keystore:

$ himitsu-store -i

Then fire up the daemon:

$ himitsud
Please enter your passphrase to unlock the keystore: 

Then use hiq(1) to interact with it.

Library usage

The himitsu package provides a "himitsu" Hare module which provides some support code for integrations such as new prompters and agents. Consult haredoc for usage details.

About

Secure key store

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors