# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
set the passKey of stack to passwordString
# Examples
set the passKey of this stack to field "Challenge"
# Description
If a stack has been locked against modification with a password, you can set the passKey property of the stack to the correct password to unlock the stack. Setting the passKey property is the script equivalent of typing the password into LiveCode's password dialog box. Use this property if you want to perform password authentication in a handler.
>*Note:* Script only stacks are unable to be password protected. In > order to password protect a script only stack use the following > commands.
set the scriptOnly of stack "Secrets" to false set the password of stack "Secrets" to field "Password"
# Tags
# See