https://github.com/DevGrow/jQuery-Mobile-PHP-MVC/blob/a78a08cf30c3294ca9dc8dfacb2e756b94dd7d92/lib/models/user.php#L75 The use of `md5` for password hashing is considered insecure see: - https://security.stackexchange.com/questions/19906/is-md5-considered-insecure - https://crypto.stackexchange.com/questions/70036/is-there-really-no-use-for-md5-anymore
jQuery-Mobile-PHP-MVC/lib/models/user.php
Line 75 in a78a08c
The use of
md5for password hashing is considered insecure see: