Re: Storing CCN's Again...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 8 Feb 2005 08:37:32 -0800, Tony Di Croce <dicroce@xxxxxxxxx> wrote:
> So, it doesn't seem like anyone is aware of a way to make PHP paranoid
> about such things... Perhaps their is a lower level way to get linux
> to scrub an address space when a process exits? I will google....

It's pretty simple to scrub the data away.

$cc = '1234123412341234';

// do processing

$cc = md5( time() );


-- 
Greg Donald
Zend Certified Engineer
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux