OpenRA / openrauseraccounts

Connect phpBB forum accounts to OpenRA installations

Home Page:https://forum.openra.net/ucp.php?i=232

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix possible key encryption issues

opened this issue · comments

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.

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

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.

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