DIRECTORY

Synopsis

HELP:   Password for directory key encryption (allow access to table of contents)
TYPE:   OBJECT
SYNTAX: DIRECTORY/CONTENT(PASSWORD/PW='bin'/DEFAULT,RIGHTS())

Description

Sets a password for the DIRECTORY access level. When this password is used for decryption, the user will only have access to the archive's directory, which allows listing archive contents. It is not possible to write data to the archive at this access level.

On the DIRECTORY access level, one randomly generated per-archive key (for directory access) is encrypted using the provided password and a key derivation method.

It is possible to restrict the rights of this user to certain operations on the archive.

 RIGHTS(ALL MEMBER='*' FORMAT='*' COLUMN='*' STRING=LEN0)

The rights definition above is the default if nothing has been defined.

Arguments