I'd like to know, when using the ovidentia authentication scheme, how are encoded the passwords in the mysql database.
Is it md5 or another type of hash ?
thank you for your answers.
alex
Charlène Lemarchand
Posté le : Dim 07 Février 2010 21:18
Sujet de la contribution : RE:password encryption
You can find informations about the structure of the bab_users table it the development section on this site.
The direct link is : http://wiki.ovidentia.org/index.php/Structures_des_tables_de_donn%C3%A9es_d%27Ovidentia#Table_bab_users
You will read that the pasworrd are encoded in md5.
You will also find more information about the structure of this table and a description of the different fields on the table.
Charlene