in reply to Re: Is it possible to sanitize Perl memory that holds sensitive data? (crypto implications)
in thread Is it possible to sanitize Perl memory that holds sensitive data? (crypto implications)

Thanks, the make perl more forgetting thread has what I was after. Unfortunately, it's titled badly, so the search I did before posting didn't find it. :|


email: perl -e 'print reverse map { chr( ord($_)-1 ) } split //, "\x0bufo/hojsfufqAofc";'
  • Comment on Re^2: Is it possible to sanitize Perl memory that holds sensitive data? (crypto implications)

Replies are listed 'Best First'.
Re^3: Is it possible to sanitize Perl memory that holds sensitive data? (crypto implications)
by Anonymous Monk on Aug 28, 2008 at 07:56 UTC

      Yeah, in hindsight I should have used google to search PM as well, instead of just using the internal search :)


      email: perl -e 'print reverse map { chr( ord($_)-1 ) } split //, "\x0bufo/hojsfufqAofc";'