
Secure your .env files with encryption, from the creator of the original dotenv.
Visit WebsitePros
Cons
Free
$299/month billed annually
$349/month
$1299/month billed annually
No reviews yet. Be the first to review Dotenvx!
Top alternatives based on features, pricing, and user needs.
Dotenvx employs Elliptic Curve Integrated Encryption Scheme (ECIES) to encrypt each secret individually. This process uses a unique ephemeral key for each secret, which can then be decrypted using a long-term private key.
The DOTENV_PUBLIC_KEY is used for encrypting secrets within your .env files. Conversely, the DOTENV_PRIVATE_KEY is essential for decrypting these secrets and is designed to be securely stored, ideally in a cloud secrets manager.
Yes, dotenvx supports multiple environments, allowing users to easily switch between configurations. This is achieved by utilizing different .env files, such as .env, .env.production, and others, to manage environment-specific variables.
Dotenvx significantly reduces the attack surface of .env files by encrypting their contents. This cryptographic separation ensures that even if an encrypted .env file is compromised, the secrets remain protected without the corresponding decryption key.
Dotenvx is adopted by a wide range of organizations including PayPal, NASA, AWS, Supabase, and Facebook. AWS specifically recommends it with AWS Amplify, and Supabase requires it for their Branching feature.
Source: dotenvx.com