Skip to main content
Version: 7.0

Encryption mode determination

Passwork 6

Open the configuration file config.ini and check if the parameter disableClientSide is specified. If the parameter is set, client-side encryption is used. If not, default encryption is applied.

Configuration file locations:

  • Docker — /<passwork>/conf/keys/config.ini
  • Linux — /var/www/app/config/config.ini
  • Windows Server — C:\inetpub\wwwroot\passwork\app\config\config.ini

Passwork 7

Open the configuration file config.env and check if the parameter IS_CLIENT_SIDE_ENCRYPTION_ENABLED=1 is specified. If the parameter is set, client-side encryption is used. If not, default encryption is applied.

Configuration file locations:

  • Docker — /<passwork>/conf/keys/config.env
  • Linux — /var/www/app/config/config.env
  • Windows Server — C:\inetpub\wwwroot\passwork\app\config\config.env