zentara has asked for the wisdom of the Perl Monks concerning the following question:
My immediate first idea was this: can I force a Perl script to run in a ramdisk (on linux), which can then be wiped with zeros(or 1's) after execution? This just brings up a bigger question.... can you somehow control where in ram a program is executed, or at least track all of the memory segments, and wipe them when the program is done running?
If a program is stored in a ramdisk, will it execute in that ramdisk, or may it be moved to some other ram area for execution?
Anyways, what other ideas are there to address this problem? Execute on removable usb keys, etc?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can Perl encryption scripts be run with ram wipe
by shmem (Chancellor) on Feb 25, 2008 at 15:19 UTC | |
by zentara (Cardinal) on Feb 25, 2008 at 19:55 UTC | |
|
Re: Can Perl encryption scripts be run with ram wipe
by stiller (Friar) on Feb 25, 2008 at 14:14 UTC | |
|
Re: Can Perl encryption scripts be run with ram wipe
by jrtayloriv (Pilgrim) on Feb 25, 2008 at 15:52 UTC | |
by zentara (Cardinal) on Feb 25, 2008 at 20:29 UTC | |
by tirwhan (Abbot) on Feb 25, 2008 at 21:26 UTC | |
by zentara (Cardinal) on Feb 26, 2008 at 12:49 UTC |