Name
xad.SetDefaultPassword -- set default password
Synopsis
xad.SetDefaultPassword(pwd$)
Function
This function can be used to set a default password that is used to decrypt files if no other password is provided. If you pass an empty string in pwd$, the default password is unset.

The default password is used by xad.ExtractFile() if no other password is explicitly specified. It is also used by normal Hollywood functions if the global adapter has been enabled for xad.hwp by setting the InstallAdapter tag to True.

Inputs
pwd$
new default password or empty string to unset the default password

Show TOC