English Deutsch Français Italiano Particle Software Buy Now


Particle Software
 
Password Protection
   ..::   About  •  Purchasing  •  Search  •  Contact  • Home   ::..
 
Screenshots
• Sample
Downloads
Resources
• FAQ
• Macros

 
   You can password protect any object. The following example shows this in action. Simply set the UsePassword parameter to True and specify the actual password in encrypted form within the Password parameter.

   To obtain the encrypted version of the password you wish to use you can use the PwdGen.exe utility included within the trial archive. Simply generate the password and copy & paste it in. PwdGen.exe can be found in the utils directory.

   Password protection is typically only useful when you've already restricted application execution to your IntraLaunch enabled web interface and have disabled View Source. The Internet Explorer Administration Kit may be able to help.


 
 
<HTML>
<BODY>

(Common HTML Web Page)

<OBJECT ID="IntraLaunch" WIDTH=65 HEIGHT=77    CODEBASE="http://intranet.net/menu/IntraLaunch.CAB#version=5,0,0,0"    CLASSID="CLSID:0AE533FE-B805-4FD6-8AE1-A619FBEE7A23">
   <PARAM NAME="ImageLoc" VALUE="Remote">
   <PARAM NAME="ImageSrc" VALUE="http://intranet.net/menu/lock.gif">
   <PARAM NAME="Run" VALUE="C:\Apps\secretprogram.exe">
   <PARAM NAME="RunParms" VALUE="">
   <PARAM NAME="DefDir" VALUE="">
   <PARAM NAME="Display" VALUE="MAX">
   <PARAM NAME="ALTInfo" VALUE="Run Secret Program">
   <PARAM NAME="UsePassword" VALUE="True">
   <PARAM NAME="Password" VALUE="13001E170A020006">
</OBJECT>

(Common HTML Web Page Continued)

</BODY>
</HTML>
 
 
       


   There's also a seldom used parameter called IsURL. If this is set to True, then a URL must be specified in the Run parameter, if the password is successfully entered then the browser will be forwarded to the URL. This is typically for password protecting URL's.

 
 
<HTML>
<BODY>

(Common HTML Web Page)

<OBJECT ID="IntraLaunch" WIDTH=65 HEIGHT=77    CODEBASE="http://intranet.net/menu/IntraLaunch.CAB#version=5,0,0,0"    CLASSID="CLSID:0AE533FE-B805-4FD6-8AE1-A619FBEE7A23">
   <PARAM NAME="ImageLoc" VALUE="Remote">
   <PARAM NAME="ImageSrc" VALUE="http://intranet.net/menu/lock.gif">
   <PARAM NAME="Run" VALUE="http://secret.intranet.net">
   <PARAM NAME="RunParms" VALUE="">
   <PARAM NAME="DefDir" VALUE="">
   <PARAM NAME="Display" VALUE="MAX">
   <PARAM NAME="ALTInfo" VALUE="Run Secret Program">
   <PARAM NAME="UsePassword" VALUE="True">
   <PARAM NAME="Password" VALUE="13001E170A020006">
   <PARAM NAME="IsURL" VALUE="True">
</OBJECT>

(Common HTML Web Page Continued)

</BODY>
</HTML>
 
 
       



Copyright © 1997-2008 Particle Software - All Rights Reserved
Web services provided by Extreme Hosting