in reply to Re^7: use of already eval()ed module (from string)
in thread use of already eval()ed module (from string)
At this point i will set my goal as to be able to protect a password from a memory dump of a running script (re: password is specified by user at runtime, it is not stored in script but in script's runtime memory) by obfuscating it along your suggestions.
I searched on CPAN for something similar to C#'s SecureString but couldn't find any.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: use of already eval()ed module (from string)
by LanX (Saint) on Jan 15, 2019 at 11:34 UTC | |
by bliako (Abbot) on Jan 15, 2019 at 12:08 UTC | |
by LanX (Saint) on Jan 15, 2019 at 12:49 UTC | |
by bliako (Abbot) on Jan 15, 2019 at 13:36 UTC | |
by LanX (Saint) on Jan 15, 2019 at 15:31 UTC | |
|