Ross ROSS = Recommend OSS · open-source software intelligence for agents

drduh/pwd.sh

Manage secrets with Bash and GnuPG symmetric encryption observed · 2026-08-28

github.com/drduh/pwd.sh · homepage · Shell · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

88/100

  • Activity 99
  • Release rhythm 67
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4081
  • days_rel: 10
  • days_push: 10
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1564 stars · 136 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

pwd.sh is a single Bash script that manages text secrets such as passwords using GnuPG symmetric encryption. Secrets are stored in randomly-named encrypted files with an encrypted index, and can be decrypted directly with GnuPG without the script.

Use cases

  • manage passwords from the terminal with gpg encryption
  • generate random passwords and usernames in a shell script
  • store secrets encrypted without installing a full password manager
  • keep versioned history of password changes with timestamps
  • back up and restore an encrypted secrets archive
  • decrypt secret files directly with gnupg without the tool

When to choose

  • you want a minimal, auditable single-script password manager on unix
  • you already trust and use GnuPG and want symmetric encryption
  • you need scriptable, command-line secret storage with clipboard support
  • you want secrets recoverable with plain gpg, no vendor lock-in

When to avoid

  • you need multi-device sync or a graphical password manager
  • you want team sharing or asymmetric key-based access control
  • you need browser integration or autofill features
  • you are on Windows without a bash/gnupg environment

Facets

cli-tool · maturity active

secrets-management cryptography security cli security privacy developer-tools cli cross-platform password-manager gnupg bash-script symmetric-encryption secrets-store command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
drduh/pwd.shmain88

For agents

markdown · JSON · MCP: product_card(name="drduh/pwd.sh")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem