MyHush / hush-ng

Hush Next-generation
GNU General Public License v3.0
7 stars 16 forks source link

Base64 RPC passwords do not work #34

Closed leto closed 6 years ago

leto commented 6 years ago

These passwords must be URL encoded first, and since our docs gives people copy+paste commands to set random base64 passwords, this will be a common problem.

leto commented 6 years ago

Fixed in f4f72b6, it ended up being a bug in how the password from the config file is parsed