I have the password for the stores hardcoded which is bad. The application will run in a batch mode around the clock so we must store the passwords somewhere to avoid having it typed manually or stored in clear text in a batch file or properties file.
One idea that has been put forward is using the SSL certificate store integrated with Internet Explorer. The application will run under a Windows login id that has access to this store so it will not be prompted for a password (at least that's the theory). The store will still be protected by the OS login requirement.
Anybody have any idea how to point the code to use this store? Is there a better way to do this?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum