Documentation

Configuration

system.config.yml

crypto

Express gateway does not store passwords in plain text. It converts hashes them. This section controlls how passwords are converted.

crypto:
  cipherKey: sensitiveKey
  algorithm: aes256
  saltRounds: 10

More Information: bcrypt