When protecting multiple IIS 6 websites on the same host, use different configuration files for each site.
When preparing a scripted, silent installation, notice that the configuration file generated using IIS6CreateConfig.vbs is a text file containing all of the configuration information in clear text plus the encrypted password retrieved originally from the password file. Encrypt passwords using cryptit.exe.
C:\web_agents\iis6_agent\bin>cryptit.exepwd-fileencryption-key
The cryptit.exe command uses its own implementation of the Rivest Cipher 5 (RC5) encryption algorithm.

