返回顶部
m

mema-vault

Secure credential manager using AES-256 (Fernet) encryption. Stores, retrieves, and rotates secrets using a mandatory Master Key. Use for managing API keys, database credentials, and other sensitive tokens.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.9
安全检测
已通过
676
下载量
0
收藏
概述
安装方式
版本历史

mema-vault

# Mema Vault ## Prerequisites - **Master Key**: Must be set as an environment variable `MEMA_VAULT_MASTER_KEY`. - **Dependencies**: Requires `cryptography` Python package. ## Core Workflows ### 1. Store a Secret Encrypt and save a new credential. - **Usage**: `python3 $WORKSPACE/skills/mema-vault/scripts/vault.py set <service> <user> <password> [--meta "info"]` ### 2. Retrieve a Secret Fetch a credential. By default, the password is masked in output. - **Usage**: `python3 $WORKSPACE/skills/mema-vault/scripts/vault.py get <service>` - **Show Raw**: Use `--show` flag only when required for secure injection. ### 3. List Credentials - **Usage**: `python3 $WORKSPACE/skills/mema-vault/scripts/vault.py list` ## Security Standards - **Encryption**: AES-256 CBC via PBKDF2HMAC (480,000 iterations). - **Masking**: Secrets are masked in standard logs/output unless explicitly requested. - **Isolation**: The Master Key should never be stored in plaintext on disk.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 mema-vault-1776420080 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 mema-vault-1776420080 技能

通过命令行安装

skillhub install mema-vault-1776420080

下载 Zip 包

⬇ 下载 mema-vault v1.1.9

文件大小: 3.6 KB | 发布时间: 2026-4-17 19:06

v1.1.9 最新 2026-4-17 19:06
SECURITY: Removed local database from package and added gitignore. Only source and documentation are included.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部