By using this site, you agree to our Privacy Policy and our Terms of Use. Close
trunkswd said:
EpicRandy said:

That depends on how the security is done. Usualy for a 2FA you will rely on a federation (Google, facebook, microsoft etc.) or create your own through such tools as active directory (ADFS from Microsoft) or equivalent. If your users registration is simply a database table with hashed password it would need a security overhaul.

Passwords are all encrypted. But yes, we will look into adding 2FA. 

Passwords are encrypted or you are saving just a hash (so people cannot reverse it back to the actual password even if they have access to the database)? 

Encyrpting passwords are not really safe... Most website, servers are not doing that anymore which is the reason why you cannot really "receive" your password but just reset it.

And on VGChartz, there is really no reason to need to have our password encrypted instead of just the hash.