<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>bun-secure-env</title><link>https://bronzontech-cloud.github.io/bun-secure-env/bun-secure-env/</link><description>Production-grade encrypted environment loader with AES-256-GCM, Zod validation, and profile merging for Bun.</description><lastBuildDate>Sun, 05 Jul 2026 11:23:07 GMT</lastBuildDate><atom:link href="https://bronzontech-cloud.github.io/bun-secure-env/bun-secure-env/feed.xml" rel="self" type="application/rss+xml" /><item><title>Getting Started</title><link>https://bronzontech-cloud.github.io/bun-secure-env/bun-secure-env/docs/getting-started/</link><guid isPermaLink="true">https://bronzontech-cloud.github.io/bun-secure-env/bun-secure-env/docs/getting-started/</guid><description>bun-secure-env requires Bun = 1.1.0 . It uses Bun&apos;s native WebCrypto (crypto.subtle) and file system APIs — no Node.js shims required. Save this key securely. Set it in your environment as VAULT KEY: Create a plaintext .env file: Then encry...</description></item><item><title>Core Concepts</title><link>https://bronzontech-cloud.github.io/bun-secure-env/bun-secure-env/docs/core-concepts/</link><guid isPermaLink="true">https://bronzontech-cloud.github.io/bun-secure-env/bun-secure-env/docs/core-concepts/</guid><description>Every call to createEnv() runs through a strict, sequential 5-step internal pipeline: If any step fails, the pipeline throws a typed error and halts — your application never starts with invalid or missing configuration. Encrypted .env.vault...</description></item><item><title>Security</title><link>https://bronzontech-cloud.github.io/bun-secure-env/bun-secure-env/docs/security/</link><guid isPermaLink="true">https://bronzontech-cloud.github.io/bun-secure-env/bun-secure-env/docs/security/</guid><description>bun-secure-env encrypts vault files using AES-256-GCM — an authenticated encryption algorithm with associated data (AEAD). This provides two guarantees simultaneously: Confidentiality : The plaintext .env content is unreadable without the c...</description></item><item><title>API Reference</title><link>https://bronzontech-cloud.github.io/bun-secure-env/bun-secure-env/docs/api-reference/</link><guid isPermaLink="true">https://bronzontech-cloud.github.io/bun-secure-env/bun-secure-env/docs/api-reference/</guid><description>Loads, decrypts, merges, and validates environment variables from the vault. | Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | schema | ZodRawShape | ✅ | — | Zod shape object d...</description></item><item><title>Troubleshooting</title><link>https://bronzontech-cloud.github.io/bun-secure-env/bun-secure-env/docs/troubleshooting/</link><guid isPermaLink="true">https://bronzontech-cloud.github.io/bun-secure-env/bun-secure-env/docs/troubleshooting/</guid><description>This guide addresses common errors and gotchas when working with bun-secure-env. Cause : The vault key was not found or is invalid. Solutions : Verify that VAULT KEY is exported in the shell environment where you run Bun: If you are passing...</description></item></channel></rss>