Re: Storing CCN's Again...

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

 



On 8 Feb 2005 Greg Donald wrote:

> It's pretty simple to scrub the data away.
> 
> $cc = '1234123412341234';
> 
> // do processing
> 
> $cc = md5( time() );

This only works if PHP uses the same storage for both strings.  If it 
reallocates the storage, for example because the md5 result is longer, 
then the number may remain in RAM.

--
Tom

-- 
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