in reply to Embed passwords (Acme::Clutter idea)
There are things I don't like about this approach but I've been rolling similar ideas over in my head for a while now. It's the same basic issue: You need to code passwords in to allow for full automation, but you want to do that seamlessly and in a way that obscures the actual value as much as possible (realizing that nothing will hide them 100%).
My thought was to force the passwords specified in the code to be encrypted, surrounding that encrypted value with some identifiable, unique pattern, then to write a source filter that decrypts them as the source is compiled. The encrypter would be a command line tool that would only encrypt. The decrypting source filter would follow the perlfilter guidelines for obscuring things as much as possible (such as writing the decrypter in C and linking it statically to Perl, etc.).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Embed passwords (Acme::Clutter idea)
by Abigail-II (Bishop) on Feb 21, 2003 at 12:31 UTC | |
by steves (Curate) on Feb 21, 2003 at 13:09 UTC |