# (Example) encrypt configuration file
#
# Copy to ~/.encryptrc on Unix systems and on MS Windows
# %USER_HOME%\Local Settings\Application Data\_encryptrc
#
# Boolean options accept values of true/on/enabled or false/off/disabled
# and free text should match command line options.

# Enable/disable compression of data prior to encryption. The default is
# enabled.
compress true

# Follow soft links and store the file or directory they point to. The
# default is not to follow links but store the link itself.
follow false

# Default key source (GUI only). Either password or file.
key-source password

# Set the default cipher to use for encryption.
cipher AES

# Set the default hash to use for key generation.
hash SHA256

# Set the default mode to use for encryption.
mode CFB

# Set the default MAC to use for authentication.
mac HMAC_SHA512

# Set the level of backwards compatibility, by version number.
version 2025.05

# Set the numer of iterations the key derivation function should use.
kdf-iterations 32768

# Use raw format instead of encrypt container. (Don’t change this unless
# you know what you’re doing.)
raw false
