VidYen / VidYen-WordPress-Plugins

VidYen Plugins for WordPress
GNU General Public License v2.0
9 stars 2 forks source link

Hash referral codes #84

Closed VidYen closed 5 years ago

VidYen commented 5 years ago

I need to make the whole code something reversible.

As it was pointed out and I also noticed that you can just cycle through all the known users and know their internal id by the number going up.

So I need rot 13 + userid to determe the code. I could use the work referral and then check each letter to make sure they go back by that much and then know which one. Or it could be increaments?

I'll figure it out soon.

VidYen commented 5 years ago

it is now properly hashed