Skip to content

Encode passwords in base64 to make them not directly visible

Bhushan Shah requested to merge LNJ2:feature/base64-pwd into master

Created by: LNJ2

When you opened the config file before, you could directly see someone's (or your own) password, with this it's at least not directly visible to most humans.

Closes #174.

Merge request reports