Environment Variable Encoder

Securely encode and decode .env files

Secure .env Template

# Database
DB_HOST=localhost
DB_PORT=5432
DB_NAME=myapp
DB_USER=
DB_PASS=

# API Keys
API_KEY=
SECRET_KEY=

# Features
DEBUG=false
LOG_LEVEL=info