zalando / go-keyring

Cross-platform keyring interface for Go
MIT License
811 stars 82 forks source link

Set keychain password on darwin via interactive mode #65

Closed Piccirello closed 2 years ago

Piccirello commented 2 years ago

This prevents the password from being exposed in the system's process list.

This is a follow up to https://github.com/zalando/go-keyring/pull/26/ with escaping implemented. Closes #24.

szuecs commented 2 years ago

:+1:

mikkeloscar commented 2 years ago

:+1: