4 comments

  • ComputerGuru1 hour ago
    Possibly of interest to readers (but not directly competing) is securestore, our open-source, open-protocol, cross-language framework (cli tool + libraries) for securely storing secrets and programmatically retrieving them in production: <a href="https:&#x2F;&#x2F;neosmart.net&#x2F;blog&#x2F;securestore-open-secrets-format&#x2F;" rel="nofollow">https:&#x2F;&#x2F;neosmart.net&#x2F;blog&#x2F;securestore-open-secrets-format&#x2F;</a><p>donet version: <a href="https:&#x2F;&#x2F;github.com&#x2F;neosmart&#x2F;SecureStore" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;neosmart&#x2F;SecureStore</a><p>rust version: <a href="https:&#x2F;&#x2F;github.com&#x2F;neosmart&#x2F;securestore-rs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;neosmart&#x2F;securestore-rs</a><p>(This one <i>is</i> production ready)
  • moontear1 hour ago
    I thought SOPS with age is what we were doing now. Do we need yet another tooling?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;getsops&#x2F;sops" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;getsops&#x2F;sops</a>
    • patabyte1 hour ago
      SOPS with Age is simple, and simple is good. I strongly recommend this approach.
      • sam_lowry_59 minutes ago
        SOPS is simple? You are kidding me. Pass from <a href="https:&#x2F;&#x2F;www.passwordstore.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.passwordstore.org&#x2F;</a> fame is simple. SOPS is ultra-complicated for a security tool.
        • sevg54 minutes ago
          I dunno, it seems mostly simple to me.<p>You have a .sops.yaml with some Age public keys, and then you run “sops secrets.yml” to create an encrypted file.
  • opan1 hour ago
    Dangerously close to &quot;scrot&quot; which is both an X11 screenshot tool and general slang for a screenshot.
    • voidfunc1 hour ago
      Ive been working with Linux for 25ish years and have never heard of scrot. I think there&#x27;s low probability of confusion lol.
  • johng2 hours ago
    Looks like every other CLI manager I&#x27;ve ever seen. It says not ready for production use. What&#x27;s different for this than the others?