I'm building a login interface for an e-commerce website and part of it is a password field.
I wonder how many characters are recommended as a minimum required that will be secure enough but will not be too heavy on the user?
Also, what will be the best decrypted way to use? (MD5 or others)