Re: Credentials for Application use
Alexander Klimov <[email protected]> Wed, 18 May 2005 18:11:30 +0300 (IDT)
| Newsgroups | gmane.comp.security.programming |
|---|---|
| Message-ID | <TheMailAgent.a670dae87522fa@2154d8a0e39ea3a38f2> |
On Tue, 10 May 2005, Mikey wrote: > This is a broad question around the current practices and recommendation of > what not to do when it comes to credentials used by applications to gain > access to a resource or data stored elsewhere. As you can guess similar questions were discussed countless number of times on securityfocus :-) The usual practice is to create an account for your program and store the `secret' in the file which is readable only by that account owner. -- Regards, ASK