Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 981 Bytes

File metadata and controls

32 lines (22 loc) · 981 Bytes

Confini

A CLI application allowing secure and efficient storage, management of credentials (username & password) in a conf.ini file. Supported shells: Command Prompt, Powershell

Usage

  1. Initialize a conf.ini file configstore init

  2. Add a credential set to conf.ini file configstore add

  3. Edit/Update a credential set in a conf.ini file configstore edit

  4. Remove a credential set from a conf.ini file configstore delete

TODO

  • Add passphrase verification
  • Enable support for linux shells
  • Update crypto

Contribute

There are many ways in which you can participate in the project, for example:

  • Submit bugs and feature requests, and help me verify as they are checked in
  • Review source code changes
  • Review the documentation

If you are interested in fixing issues and contributing directly to the code base, please feel free to raise a PR.