Skip to content

Feature: configurable passphrase prompt #653

@kshpytsya

Description

@kshpytsya

I am am using age with SOPS. Age key is passphrase encrypted with age itself (age-keygen | age -p -a > encrypted_age_key). SOPS is configured to use this via env variable (export SOPS_AGE_KEY_CMD="age -d .../encrypted_age_key"). This works and I get a prompt for passphrase when SOPS needs the key. However, the prompt is a pretty generic Enter passphrase: which is not that good when dealing with sensitive material. My first thought was to add an echo to SOPS_AGE_HEY_CMD but no amount of sh -c ... magic made SOPS accept the result. My request is to add an option to age to specify passphrase prompt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions