xeals / signal-back

Decrypt Signal encrypted backups outside the app
Apache License 2.0
700 stars 66 forks source link

Password prompt should be written to stderr, not stdout #13

Closed sorsasampo closed 6 years ago

sorsasampo commented 6 years ago

When running signal-back format signal-*.backup > backup.xml, Password: is written to stdout.

Prompts should always be written to stderr so that they are not redirected to a file, where only the actual command output should go.

xeals commented 6 years ago

Thanks for reporting. Fixed in master.