FT
FarookTech
Security·One-Time Payment (Perpetual License)

DevVault Secrets Engine

Zero-Knowledge Team .env Secrets & Config Orchestration

Stop committing unencrypted .env files or trusting third-party cloud secret providers. DevVault keeps all environment variables cryptographically sealed with PBKDF2 key derivation and AES-256-GCM authenticated encryption. Inject secrets directly into runtime processes without writing plaintext files to disk.

Install
$devvault run --env production -- npm start
Perpetual developer license — zeroClient-side zero-knowledge AES-256-GCM authenticated encryptionRuntime process secret injection without
One-time perpetual license
$9.99
No subscriptions · No renewals · Yours forever
Email for invoice / PO
LicenseSingle Developer Perpetual License
PlatformsmacOS, Linux, Windows, Docker container runtimes
Updates1 Year of Feature Updates & Cryptographic Reviews
DeliveryInstant Electronic Delivery (< 1 hour via email)
SupportDirect Security Engineer Support (< 24h SLA)
30-day unconditional money-back guarantee
PCI-DSS Level 1 payment processing
Invoice delivered to support@farooktech.com
Live preview

What it looks like in practice

Interactive Preview
devvault — terminal
zero-knowledge
$devvault seal .env.production
Scanning .env.production...
Found 24 environment variables
Deriving AES-256-GCM key via PBKDF2 (100k rounds)...
[OK]Encrypted 24 variables using AES-256-GCM
[OK]Vault saved → .env.production.vault
[OK]SHA-256: 4e9a2c1d...32b1ef09 (tamper-proof)
$devvault run --env production -- node ./dist/server.js
[INFO]Reading vault: .env.production.vault
[INFO]Verifying SHA-256 integrity... ✓
[INFO]Decrypting 24 vars into memory-only context...
[INFO]Zero bytes written to /tmp or disk
[INFO]Node server started on :8080
Plaintext secrets: never on disk ✓
Cloud upload: never ✓
Encryption: client-side only ✓
$
Vault Status
Security Summary
EncryptionAES-256-GCM
Key derivationPBKDF2 / 100k
Variables sealed24
Disk writes0 bytes
Cloud uploadsNone
CI/CD Integration
# GitHub Actions
- run: devvault run
--env production
-- npm start
Integrity status
SHA-256 verified
4e9a2c1d8f...32b1ef09
Workflow

Up and running in minutes.

01

Seal your .env file

Run `devvault seal .env.production`. It reads your variables, derives an AES-256-GCM key locally via PBKDF2, encrypts everything, and writes a `.vault` file. The passkey never leaves your machine.

02

Commit the vault file safely

The encrypted `.vault` file can be safely committed to version control or shared with teammates. Without your passkey, it is mathematically undecryptable.

03

Inject at runtime

Prefix any command with `devvault run --env production --`. Secrets are decrypted into memory only — never written to disk, never logged, never exposed to the environment filesystem.

Capabilities

Every capability included. Nothing extra to buy.

AES-256-GCM authenticated encryption

Industry-standard authenticated encryption with additional data (AEAD). Any tampering with the vault file is cryptographically detectable before decryption.

PBKDF2 key derivation

Derives encryption keys from your passkey using 100,000 rounds of SHA-256. Makes brute-force and dictionary attacks computationally infeasible.

Zero-write runtime injection

Secrets are decrypted directly into the process memory context. Zero bytes are written to /tmp, /proc, or any filesystem path — no disk forensics possible.

CI/CD compatible

Drop-in for GitHub Actions, GitLab CI, Vercel, Railway, and Docker. Store the encrypted vault in your repo and the passkey in your CI secrets store.

SHA-256 integrity checksums

Every variable block is checksummed individually. DevVault detects and refuses to run if any value has been tampered with, even by a single byte.

Cross-platform binary

Compiles to a single executable for macOS (Apple Silicon + Intel), Linux x64/ARM64, and Windows x64. No runtime dependencies required.

Perpetual developer license — zero ongoing subscription costs
Client-side zero-knowledge AES-256-GCM authenticated encryption
Runtime process secret injection without plaintext disk writes
Cross-team encrypted sync using shared master passkeys or GPG
CI/CD pipe compatibility with GitHub Actions, GitLab, and Vercel
Tamper-proof SHA-256 integrity checksums on every variable block
Who uses it

Built for engineers at every scale.

Teams sharing .env files

Stop emailing unencrypted secrets or using risky shared Google Docs. Encrypt once, commit the vault, distribute the passkey through a secure channel.

CI/CD security hardening

Replace plaintext ENV variables in your pipeline config with a single vault file. Only the master passkey needs to be stored in CI secrets management.

Replacing cloud secret providers

Stop paying $15–50/month for HashiCorp Vault, AWS Secrets Manager, or Doppler. DevVault runs locally with stronger zero-knowledge guarantees.

Configuration

Zero boilerplate. Declarative config.

A single config file or CLI flag is all you need. No dashboards to sign up for, no API keys to manage beyond your own.

Human-readable JSON/YAML configuration
No cloud account or signup required
Version-controllable — commit to git
Environment variable override support
devvault.config — configuration
// Terminal Execution Example
$ devvault seal .env.production
[OK] Encrypted 24 variables using AES-256-GCM
[OK] Vault file saved to .env.production.vault (SHA256: 4e9a...32b1)

$ devvault run --env production -- ./server
[INFO] Decrypting memory-only runtime context...
[INFO] Node server running on port 8080 (0 secrets leaked to disk)
Cost comparison

Stop paying monthly. Own it instead.

Over 12 months, a single SaaS subscription costs anywhere from 10× to 100× more.

Alternative
Their price
Billing
FarookTech price
HashiCorp Vault Cloud
$50+/mo
Monthly subscription
$9.99 once
Doppler Team Plan
$12–24/mo
Per-seat subscription
$9.99 once
AWS Secrets Manager
$0.40/secret/mo
Per-secret + API calls
$9.99 once
1Password Secrets
$19.95/mo
Team subscription
$9.99 once
Infisical Cloud
$18/mo
Monthly subscription
$9.99 once
Year 1 savings (vs avg alternative)
$9.99 · done.
License & delivery

Everything in the box.

License typeSingle Developer Perpetual License
Supported platformsmacOS, Linux, Windows, Docker container runtimes
Updates included1 Year of Feature Updates & Cryptographic Reviews
FulfillmentInstant Electronic Delivery (< 1 hour via email)
SupportDirect Security Engineer Support (< 24h SLA)
Refund30-Day Unconditional Money-Back Guarantee
Price$9.99 USD — one-time
Compliance & security

Payment & refund protection.

Stripe PCI-DSS Level 1
All $9.99 payments processed via Stripe with 256-bit TLS 1.3 encryption. We never handle or store your card data.
30-Day Money-Back Guarantee
If DevVault Secrets Engine doesn't work in your environment, email support@farooktech.com within 30 days for a full refund — no questions asked.
Instant License Delivery
Your license key, binary download link, and documentation arrive by email within 1 hour of payment confirmation.
Direct Support Line
Email support@farooktech.com for technical support, configuration help, or licensing questions. Response within 24 business hours.