Page 1 of 1

Import new users WITH passwords? Hash mechanism?

Posted: 2019-05-22 11:12
by onoehring
Hi,

I need to add users to the online database from an external (MS Access) database. I would need to transfer userlogin and password from MS Access to the AppGini database.

I would be able to export the SHA2 as well as MD5 hash of a passwort quite easily.

My question is: How does AppGini store the password? Which hashing mechanism is used? Is there any salt?

Here it seems to be MD5 ( viewtopic.php?f=2&t=2612&p=7839&hilit=p ... hash#p7839 ).

Thanks already
Olaf