
InterEnv
github.com/bharathcoorg/interenv- 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 file → Encrypted secret stored in hardware enclave
Decrypt sealed secrets into volatile process memory for the duration of a command
Encrypted secrets → Decrypted secrets in process memory
Securely shred the original .env file with DoD-standard multi-pass overwrite
.env file → Securely erased file
Run a command with decrypted secrets injected into its environment
Command, encrypted secrets → Command execution with secrets available
Edit sealed secrets via CLI
Secret name/value → Updated encrypted secret
Tags
Tech Stack
Comments (0)
No comments yet
Editorially curated, with community endorsements as a secondary signal. Corrections welcome.