User password encryption

In Management Console, the "bcrypt" password hashing function is implemented to use and store user passwords. This function is based on the default "bcrypt" mechanism set to use 10 log rounds, so it hashes the password 2^10 times.