TaKO8Ki / gobang

A cross-platform TUI database management tool written in Rust
MIT License
2.82k stars 90 forks source link

Feature request: Prompt for password #162

Open pylipp opened 1 year ago

pylipp commented 1 year ago

I don't want to write the password for the production DB in plain text into a file for security reasons.

Instead I'd like to enter it into a prompt when having selected a DB connection.

This could be the default if the password field in the config file is empty.

TrayserCassa commented 1 year ago

I was thinking about a command support, for example gopass get work/db_password and this command will be executed. Then gopass or other key manager would be asking for the gpg key. This would be really nice.