← 返回
开发者工具 中文

pandora

Pandora namespace for Netsnek e.U. secrets and configuration management vault. Securely stores API keys, database credentials, and environment configs with v...
用于 Netsnek e.U. 机密与配置管理保险库的 Pandora 命名空间,安全存储 API 密钥、数据库凭证及环境配置。
kleberbaum
开发者工具 clawhub v0.1.0 1 版本 99819.2 Key: 无需
★ 0
Stars
📥 1,104
下载
💾 14
安装
1
版本
#latest

概述

Pandora

Guard Your Secrets

Pandora is a secrets vault for applications and teams. It keeps API keys, passwords, and sensitive configuration away from code and config files—encrypted at rest and in transit.

Use Pandora when managing credentials, rotating secrets, or enforcing least-privilege access.

Vault Architecture

  • Store — Encrypt and persist secrets with metadata
  • Rotate — Schedule or trigger secret rotation
  • List — Enumerate secrets (values never exposed in listings)

Operations Guide

# Store a new secret
./scripts/vault-ops.sh --store --key "db_password" --value "secret"

# Rotate an existing secret
./scripts/vault-ops.sh --rotate --key "api_token"

# List all secret keys (no values)
./scripts/vault-ops.sh --list-secrets

Arguments

ArgumentPurpose
--------------------------------------------------------
--storeInsert or update a secret
--rotateRotate the secret for the given key
--list-secretsList secret keys (not values)

Security Walkthrough

  1. Store: vault-ops.sh --store --key prod_db_pw — Prompts for value or reads from stdin.
  2. List: vault-ops.sh --list-secrets — Shows keys only; never outputs values.
  3. Rotate: vault-ops.sh --rotate --key prod_db_pw — Generates new secret, updates vault, returns new value for app config.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 08:47 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 670 📥 324,312
data-analysis

Roster

kleberbaum
从CSV可用性数据生成每周轮班表(KW‑JSON)并推送到GitHub。
★ 0 📥 1,295
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,816