The password key used to encrypt the data.
<data>
To open a password encrypted data file in Inquisit, the user must enter this password.
The following displays the value of encryptionkey in a text stimulus:
<text sometext>
/ items= ("encryptionkey = <% data.encryptionkey %>")
</text>
The following displays the value of encryptionkey in an instruction page:
<page somepage>
encryptionkey = <% data.encryptionkey %>
</page>