# \#secrets

**URL:** https://discourse.julialang.org/tag/secrets/1749.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [\[ANN\] PassStores.jl - an interface to the \`pass\` command](https://discourse.julialang.org/t/ann-passstores-jl-an-interface-to-the-pass-command/135298)

<div class="topic-metadata">

**Author:** [@KyleSJohnston](https://discourse.julialang.org/u/KyleSJohnston)\
**Replies:** 0\
**Last updated:** [January 27, 2026, 9:13pm UTC](https://discourse.julialang.org/t/ann-passstores-jl-an-interface-to-the-pass-command/135298 "2026-01-27T21:13:38Z")

</div>

Hi everyone! I’d like to introduce PassStores.jl, an interface to the unix pass command. This package provides the PassStore struct, a read-only mapping from keys to passwords. Installation & Usage If you already use p…

---

## [Trusted libraries/packages - "package managers are evil"](https://discourse.julialang.org/t/trusted-libraries-packages-package-managers-are-evil/132320)

<div class="topic-metadata">

**Author:** [@Palli](https://discourse.julialang.org/u/Palli)\
**Replies:** 12\
**Last updated:** [September 18, 2025, 8:23am UTC](https://discourse.julialang.org/t/trusted-libraries-packages-package-managers-are-evil/132320 "2025-09-18T08:23:55Z")

</div>

We implicitly trust all packages we use, for security (and bugs). I realized maybe we shouldn’t and packages should be untrusted by default. How could you do it? I see two ways. you could do: using trusted \<package\> …

---

## [\[ANN\] B7nSecretsManagerUnoffClient.jl - An unofficial Julia client for Bitwarden Secrets Manager](https://discourse.julialang.org/t/ann-b7nsecretsmanagerunoffclient-jl-an-unofficial-julia-client-for-bitwarden-secrets-manager/126427)

<div class="topic-metadata">

**Author:** [@scelles](https://discourse.julialang.org/u/scelles)\
**Replies:** 0\
**Last updated:** [February 28, 2025, 4:14pm UTC](https://discourse.julialang.org/t/ann-b7nsecretsmanagerunoffclient-jl-an-unofficial-julia-client-for-bitwarden-secrets-manager/126427 "2025-02-28T16:14:12Z")

</div>

Hello Julia Community! I’m excited to share my work on BitwardenSecretsManagerUnofficialClient.jl, an unofficial Julia client for Bitwarden Secrets Manager. What is Bitwarden Secrets Manager? For those unfamiliar, Bitw…

---

## [Bitwarden Password Manager and Secrets Manager](https://discourse.julialang.org/t/bitwarden-password-manager-and-secrets-manager/126205)

<div class="topic-metadata">

**Author:** [@scelles](https://discourse.julialang.org/u/scelles)\
**Replies:** 8\
**Last updated:** [February 28, 2025, 4:34pm UTC](https://discourse.julialang.org/t/bitwarden-password-manager-and-secrets-manager/126205 "2025-02-28T16:34:48Z")

</div>

Hello, I’m using Bitwarden Password Manager as password manager. I’m looking for a Julia client to retrieve API keys stored in Bitwarden Secret Manager. (Instead of string into flat .env file or any other solution lik…
