Passwords hashed with SHA256 before sent to the server - we never know your password
This concerns me slightly. The whole point of a hash is irreversibility once the server is compromised. However, this just uses the sha2
as the password. It's therefore a step forwards in some areas and a step backwards in others, unless the server takes the hash of the hash once received.