pajowu / signal-backup-decode

Decode Signal Backups
GNU General Public License v3.0
217 stars 18 forks source link

Accept passwords with or without spaces #21

Closed backspac closed 4 years ago

backspac commented 4 years ago

Hi, Thanks for your tool, it's great!

I think we should accept passwords with spaces as Signal exports them as such. Furthermore, the panic WireError(UnexpectedEof) isn't really helpful for non technical users.

Let me know what you think of it. I'm quite new to Rust, so don't hesitate to point out smelly pieces of code :smiley:

pajowu commented 4 years ago

Thanks a lot