- February 7, 2013
- 240
- 202
- 54
- Home Country
-
Germany
I have create a small Decrypt/Encrypt Class for strings.
https://github.com/BigGranu/AppLauncher_MP2/blob/master/AppLauncher/Helper/Help.cs#L99
This is a part of the AppLauncher.
Now you type your Paasword e.g. "password" in the Pluginin and in the saved Settings.xml the text is then "rfHEJva/wao=".
After Import it is again "password".
Now i take a look in the Trakt plugin. Here is also a password needed.
It occurred to me that all plugins with a login have this problem.
And now the Question. Is encrypt the Password necessary?
https://github.com/BigGranu/AppLauncher_MP2/blob/master/AppLauncher/Helper/Help.cs#L99
This is a part of the AppLauncher.
Now you type your Paasword e.g. "password" in the Pluginin and in the saved Settings.xml the text is then "rfHEJva/wao=".
After Import it is again "password".
Now i take a look in the Trakt plugin. Here is also a password needed.
It occurred to me that all plugins with a login have this problem.
And now the Question. Is encrypt the Password necessary?