Keeper-Security / Commander

Keeper Commander is a python-based CLI and SDK interface to the Keeper Security platform. Provides administrative controls, reporting, import/export and vault management.
https://www.keepersecurity.com/commander.html
MIT License
187 stars 74 forks source link

Use platforms' native keychains for caching tokens rather than config.json #292

Open armarti opened 4 years ago

armarti commented 4 years ago

All new-ish versions of macOS / Windows / Linux have some convenient and free way of securely storing credentials, either included with the OS or easily installable. It'd be neat to use those instead of caching tokens in config.json.

armarti commented 4 years ago

Or perhaps you could just build one solid integration with pass since it works for Windows too.

b1tninja commented 3 years ago

Definitely. I was looking at keyring it would support Windows Credential Manager, MacOS Keychain, and Freedesktop SecretService