Administration
Client-side encryption
Enable сlient-side encryption
2min
the client side encryption mode is fundamental, it cannot be enabled or disabled in an already functioning passwork instance (doing so would result in an inability to access the data) client side encryption can be enabled immediately after passwork installation and before creating the first user if at least one user has already been created in passwork, the system will operate without client side encryption and it will not be possible to enable it afterwards docker the standard docker installation script has been updated with an argument that allows enabling client side encryption automatically example of running the script with client side encryption enabled shell /passwork compose install sh cse linux the passwork retrieval script has been updated with an argument that allows enabling client side encryption automatically example of running the script with client side encryption enabled shell /passwork sh cse windows server create an additional configuration file named env local in the root directory of passwork (for example c \inetpub\wwwroot\passwork ) and add the following line to enable client side encryption env local is client side encryption enabled=1