RE: [PHP] Hidding HTML Input Elements values approach

2006-03-14 Thread David Dorward
pedro mpa wrote: >> So the value attribute contains an encrypted representation of the >> country name ... which is transmitted in clear text right next to it? >> If you want encryption, why not just use SSL? > The value attribute contains an encrypted value of a row id in the > database table f

RE: [PHP] Hidding HTML Input Elements values approach

2006-03-14 Thread pedro mpa
> -Mensagem original- > De: David Dorward > So the value attribute contains an encrypted representation of the country > name ... which is transmitted in clear text right next to it? > > If you want encryption, why not just use SSL? The value attribute contains an encrypted value of a row

RE: [PHP] Hidding HTML Input Elements values approach

2006-03-13 Thread pedro mpa
> -Mensagem original- > De: jblanchard > I don't see any problem with the approach, but I would ask why... Because if I write original ids or values matching those on database (or other data source) they can easily be changed on client side, that is the main purpose. Another purpose is to

RE: [PHP] Hidding HTML Input Elements values approach

2006-03-13 Thread jblanchard
[snip] I would like some feedback on this approach for encrypting HTML input element values such as Checkbox, Radio, Select, Hidden, etc, and Javascript code related to those elements. [/snip] I don't see any problem with the approach, but I would ask why... -- PHP General Mailing List (http://ww