Vibeleaderboard
Index / tool
Visit github.com
Category
Developer Tools
Rank
No. 1916Tools index
Pricing
Open Source
Platform
cli
Type
TOOL
GitHub
1 stars
Latest release
v1.0.1
Date

About

InterEnv is a Rust CLI and multi-language SDK that encrypts .env secrets into a hardware security enclave (Apple Secure Enclave, TPM 2.0/Windows Hello, or Linux Secret Service) instead of storing them as plaintext files. Secrets are decrypted only into volatile process memory for the duration of a command, the original .env is securely shredded with DoD-standard multi-pass overwrite, and a Git pre-commit hook blocks accidental secret commits.

What it can do

  • Encrypt .env secrets into a hardware security enclave (Secure Enclave, TPM, or Linux Secret Service)

    .env fileEncrypted secret stored in hardware enclave

  • Decrypt sealed secrets into volatile process memory for the duration of a command

    Encrypted secretsDecrypted secrets in process memory

  • Securely shred the original .env file with DoD-standard multi-pass overwrite

    .env fileSecurely erased file

  • Run a command with decrypted secrets injected into its environment

    Command, encrypted secretsCommand execution with secrets available

  • Edit sealed secrets via CLI

    Secret name/valueUpdated encrypted secret

Tags

secrets-managementdotenvhardware-enclavetpmtouchidclirustsecurity

Tech Stack

Node.jsRustPHPDocker

Comments (0)

No comments yet

Editorially curated, with community endorsements as a secondary signal. Corrections welcome.