8go / matrix-commander-rs

simple but convenient CLI-based Matrix client app for sending and receiving (in Rust)
GNU General Public License v3.0
79 stars 2 forks source link

Bug: Hide password when providing it #68

Closed Benjamin-Loison closed 8 months ago

Benjamin-Loison commented 9 months ago

When executing:

matrix-commander-rs --login password

we get at some point:

Enter Matrix password for this user: 

but surprisingly, hoping no one is behind your shoulder, your password is written in the shell in plaintext, giving:

Enter Matrix password for this user: YOUR_PASSWORD
8go commented 8 months ago

This has been fixed. @Benjamin-Loison please get the latest release.