Skip to content

Latest commit

ย 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CipherVault ๐Ÿ”‘

A lightweight, zero-trust secrets management CLI and process injector built in Python.

Features

  • Bank-Grade Cryptography: Encrypted at rest using AES-256-GCM with key derivation via Argon2id.
  • Zero-Trust Memory Injection: Injects environment secrets directly into child process RAM space (os.environ) without writing unencrypted .env files to disk.
  • Global CLI: Subcommands for create, set, get, list, and run.

Quick Start

# Create encrypted vault
ciphervault create dev

# Store secret
ciphervault set dev API_KEY "sk-secret-12345"

# Run process with injected RAM secrets
ciphervault run dev -- python3 main.py

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages