Show / Hide Table of Contents
Edit on GitHub

Amplia command: gen-enc-key

Name

gen-enc-key - Generates a random encryption key (to encrypt sensitive database columns)

Syntax

dotnet Lacuna.Amplia.Site.dll -- gen-enc-key

Or, on Docker:

docker run lacunasoftware/amplia:4.11 -- gen-enc-key

Description

The gen-enc-key generates a 256-bit encryption key to be used on the setting General__EncryptionKey, which is used by Amplia to encrypt sensitive data stored on the database.

See also

  • Amplia command-line tool
Back to top Copyright © 2015-2020 Lacuna Software