Skip to content

Very simple credential cache agent that stores keys in memory

License

Notifications You must be signed in to change notification settings

jplana/housekeeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Housekeeper, simple agent for password caching
==============================================

This project contains an agent that can be run to cache password of other
programs and a client library to use the agent.

It requires python-daemon to run.


Features
--------

* Minimal dependencies, only python 2.X and python-daemon
* Stores used passwords in memory, it doesn't use any keyring in filesystem
* Can be reset with SIGUSR1 or replaced with -r
* Stored keys have an expiration time, by default they expire in 10 minutes
* Can generate environment configuration easily sourceable from shell scripts
  or profile
* It's kept alive between sessions

About

Very simple credential cache agent that stores keys in memory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%