Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → 3d Party Tools → One register for both PVPGN & Wordpress

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 4

1

Topic: One register for both PVPGN & Wordpress

Hello,

I actually tried to integrate pvpgn web register with wordpress. how ever wordpress (or most of forums such as smf etc.) using md5 hash while pvpgn the only using xsha. Is it possible to register both id & password shared to be use for wordpress and pvpgn?

2

Re: One register for both PVPGN & Wordpress

You should try to change the code so that wordpress uses xsha, and then hash the remaining xsha hashes using sha2 + salt.

3

Re: One register for both PVPGN & Wordpress

Thanks. It's worth to try. Btw, I'm thinking to change PVPGN hash into md5 like most of blog/forum database use?

4 (edited by xboi209 06.06.2015 11:50)

Re: One register for both PVPGN & Wordpress

No modern software should be using MD5 at all(nor SHA-1 and XSHA-1), it's been warned for many years of weaknesses. Move on to SHA-256 + Salt, modify both PvPGN and your website to use it(if you know how to).
Note my previous post advised you to change WordPress to XSHA-1, that was made under an assumption that you didn't know C/C++ to modify PvPGN.

Posts: 4

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 1 guest, 0 registered users

forums.pvpgn.pro → 3d Party Tools → One register for both PVPGN & Wordpress