I think you should encrypt (crypt).

On Tue, 13 Feb 2001, Marc Aragnou wrote:

> Hello there,
> 
> I'm posting a username and a password with:
> 
> <input type="hidden" name="username" value="<?php echo $username ?>">
> <input type="hidden" name="password" value="<?php echo $password ?>">
> 
> When I check $HTTP_POST_VARS I can see the values as they're plain text. Is
> this still safe to do or should I encrypt the strings before posting them
> between pages?
> 
> Thanks for your help.
> 
> -----Original Message-----
> From: Brian V Bonini [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 13 February 2001 11:07 AM
> To: PHP Lists
> Subject: [PHP] serialize/deserialize data
> 
> 
> What exactly does
> serialize/deserialize data
> mean?
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to