Documentation
¶
Overview ¶
Command encrypt-credentials encrypts existing plaintext credentials in the database.
Usage:
go run ./cmd/encrypt-credentials -db "postgres://..." -key "your-hex-key"
Or using environment variables:
DATABASE_URL="postgres://..." APP_ENCRYPTION_KEY="your-hex-key" go run ./cmd/encrypt-credentials
Click to show internal directories.
Click to hide internal directories.