cinderblocks / radegast

Lightweight client for connecting to Second Life and OpenSim based virtual worlds
http://radegast.life/
GNU Lesser General Public License v3.0
65 stars 24 forks source link

Fix for long passwords not saving correctly #8

Closed justacuddlefish closed 3 years ago

justacuddlefish commented 3 years ago

Login() method in RadegastNetcom properly trims password to 16 characters before logging in, but the password save code did not account for this.

Fix for: https://radegast.life/bugs/saved-passwords-do-not-decrypt/ https://radegast.life/bugs/i-changed-my-sl-password-and-i-cannot-get-radegast-to-remember-the-new-password/ https://radegast.life/bugs/i-changed-my-sl-password-and-i-cannot-get-radegast-to-remember-the-new-password-2/

cinderblocks commented 3 years ago

Thank you!