|
Posted by Ivαn Sαnchez Ortega on 03/11/07 18:52
Jerry Stuckle wrote:
> Lots of ways. As IvΓ‘n suggested, use a session variable. A hash doesn't
> work (not reversible),
It works, if you store a rainbow table as a session variable (to reverse the
hash when the client posts the data), and expose the hash to the client.
The ticket idea is similar, but uses random strings instead of hashes.
--
----------------------------------
IvΓ‘n SΓ‘nchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-
Un ordenador no es un televisor ni un microondas, es una herramienta
compleja.
[Back to original message]
|