OpenRA / openrauseraccounts

Connect phpBB forum accounts to OpenRA installations
https://forum.openra.net/ucp.php?i=232
GNU General Public License v2.0
3 stars 3 forks source link

Fix possible key encryption issues #23

Closed ghost closed 6 years ago

ghost commented 6 years ago

The authentication does not work with the prototype OpenRA/OpenRA branch in my local development environment. We should make sure that this is not caused by an issue in the extension (would need to look here and if the encryption methods are used equally (i.e. sha1 the unstripped plaintext public key without salt). I'm also very confused that the sha1 of a public key is not identical to the output of web sha1 generators when using the same public key.

pchote commented 6 years ago

I am unable to reproduce this issue, so this may be related to something in your local config.

pchote commented 6 years ago

the sha1 of a public key is not identical to the output of web sha1 generators when using the same public key.

I also cannot reproduce this.

ghost commented 6 years ago

Ok, good to know. Closing after we tested it on the real server.

ghost commented 6 years ago

Fixed in OpenRA/OpenRA#15333.