MyBB Community Forums

Full Version: How are logout keys made?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Basic Question. How are logout keys produced and is it a single key to each user or they change? Is it random/hashed/algorithmic?
The logoutkey is the md5 hash of the user's loginkey. And the login is a random string generated with the random_str() function of MyBB.