Skip to content

gitter-badger/secret-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secret-manager

A simple secret manager for CLI. (under heavy development, use it at your own risk !!)

Building

Before compiling, you should ensure that keyutils library is installed and CONFIG_KEYS is enabled in your kernel, then:

$ bash autogen.sh
$ ./configure
$ make

User story

  • To see the help message:

    $ sm -h
    
  • To execute an arbitrary command:

    $ sm curl http://your_username:{}@hostname/path
    Secret:
    

    sm will ask for a password which will replace {} in your entered command. The password is asked only once and it will be lost when you quit your session.

    $ sm curl http://your_username:{}@hostname/another_path
    ...
    
  • To quit your sm session

    $ sm -q
    

About

A basic secret manager for CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.9%
  • Shell 2.1%