This is an old revision of the document!


Generate SHA Password

This PHP function creates an uppercase SHA password, ready to be inserted into the realm database.

    function wow_sha_password($user,$pass){
        $user = strtoupper($user);
        $pass = strtoupper($pass);
        return strtoupper(SHA1($user.':'.$pass));
    }

fuss/mangos.1389816134.txt.bz2 ยท Last modified: 2014/12/19 22:48 (external edit)

Wizardry and Steamworks

© 2025 Wizardry and Steamworks

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.