How secure is my password?
Your password is encrypted during registration with SHA-256 one-way encryption. We can only encrypt text and check if the result matches the stored encrypted password. We cannot decrypt the encrypted password. We have brute force detection in place to prevent attackers from trying to guess your password. Please take note that if you used an …