TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best non-cloud cross-platform CLI secret manager?

2 pointsby rayascottover 7 years ago
I’ve recently setup my Mac to dual boot Fedora/macOS, and now need to migrate Keychain data to a solution that allows access to the data on a shared localhost data partition. HashiCorp’s Vault looked promising, but you can’t get a list of stored keys without hacking on their API. Anyone know of a solution that isn’t cloud-based, and has a Linux and macOS CLI with key search functionality?

1 comment

nieksandover 7 years ago
For my personal use I wrote a small credentials manager in Python. I use it daily for my non-critical secrets and am quite content with it:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;nieksand&#x2F;pman" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nieksand&#x2F;pman</a><p>You&#x27;ll need Python 3.6 or later. (It uses f-strings and some type annotations).