BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Passwords in Source Code?? Or, How to secure interprocess communications?
- Subject: [Discuss] Passwords in Source Code?? Or, How to secure interprocess communications?
- From: blu at nedharvey.com (Edward Ned Harvey (blu))
- Date: Sun, 1 Feb 2015 12:57:10 +0000
- In-reply-to: <54CD6472.4010205@borg.org>
- References: <54CCF4A4.6040703@borg.org> <BN3PR0401MB12047C55630B33A85B6EDACCDC3E0@BN3PR0401MB1204.namprd04.prod.outlook.com> <54CD6472.4010205@borg.org>
> From: Kent Borg [mailto:kentborg at borg.org] > > On 01/31/2015 06:03 PM, Edward Ned Harvey (blu) wrote: > > Depends on a lot of stuff. What language? Running on a system you own, > > or deployed to someone else, etc? > > Daemons, written in Python, on a machine I fully control. The best you can do is put the passwords into a config file with locked-down permissions. Make sure the passwords are randomly generated, and securely communicated with the server - SSL or whatever. Although it doesn't provide real security, it does no harm to use some obfuscation - Encrypt with a key that's hard-coded into the application.
- Next by Date: [Discuss] Passwords in Source Code?? Or, How to secure interprocess communications?
- Next by thread: [Discuss] Passwords in Source Code?? Or, How to secure interprocess communications?
- Index(es):