DATA

Synopsis

HELP:   Password for data key encryption (allows full access)
TYPE:   OBJECT
SYNTAX: DATA/USER(PASSWORD/PW='bin'/DEFAULT,RIGHTS())

Description

Sets a password for the DATA access level. When this password is used for decryption, the user will have full access to all data in the archive, including the directory (list of contents), member (search in encrypted member data) and all encrypted member data. This access level is required to write data to the archive.

On the DATA access level, three randomly generated per-archive keys (one each for directory, member, data access) are encrypted using the provided password and a key derivation method.

It is possible to restrict the rights of this password to certain operations on the archive. If no additional restriction is defined, the PGP key(s) can be used to read, add, change and delete data records for all members, formats and columns.

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

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

Arguments