30.10.2018, 01:40
Encryption is not hashing. If you store password either plain text or encrypted, you are doing something wrong. SHA256 is not an encryption algorithm, but a hashing algorithm. Bcrypt is based of Blowfish and it was primarily designed for storing passwords.