We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Migrations from oxwall | Forum

Olaniyi olusegun
Olaniyi olusegun Jun 30 '14
I am developing an application with a purpose different from a social network, and this work is almost done buh i am having a problem which is i don't want to lose my oxwall user's, so i would suggest that someomone helps me how to encrypt my password so as to be the same with oxwall encryption. Please reply me soonest. Thanks in advance
ross Team
ross Jun 30 '14
Topic was moved from General Questions.
Alia Team
Alia Jul 1 '14
Oxwall uses following encryption method:

 public function hashPassword( $password )
    {
        return hash('sha256', OW_PASSWORD_SALT . $password);
    }