|
From: Cocalea, E. <Co...@sy...> - 2004-04-21 14:47:19
|
Hi, Thanks for your answer. I use an installation program to install the service with the wrapper. Actually, what I can do is to remove the password from the configuration file after the service is installed. Best regards, Eugen -----Original Message----- From: Leif Mortenson [mailto:le...@ta...] Sent: Wednesday, April 21, 2004 5:21 PM To: wra...@li... Subject: Re: [Wrapper-user] wrapper.ntservice.password Cocalea, It is not possible to encrypt the password with the current version. I will look into what can be done to hide it. The problem is that that password will need to be decrypted before it is used in the Windows API call to register the Wrapper as a service. The password is only needed when the service is installed. So one thing you could do is to modify the Wrapper install batch file so it prompts the user for a password and then uses the response to register the Wrapper as a service as follows: Wrapper.exe -i ..\conf\wrapper.conf wrapper.ntservice.password=%PASSWORD% Cheers, Leif Cocalea, Eugen wrote: >Is there any way we can have the password encrypted in the configuration >file? > >Thanks, > >EC. > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >Wrapper-user mailing list >Wra...@li... >https://lists.sourceforge.net/lists/listinfo/wrapper-user > > > ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Wrapper-user mailing list Wra...@li... https://lists.sourceforge.net/lists/listinfo/wrapper-user |