zalando / go-keyring

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

Feature request: Allow secrets to be stored in encrypted file #98

Open maidul98 opened 11 months ago

maidul98 commented 11 months ago

In some environments without keyring or errors related to keyring setup, the user should be able to store their credentials into a encrypted file. This is one of the missing features from https://github.com/99designs/keyring which would complete this library