in reply to Re: Re: Length of Crypt::CBC result
in thread Length of Crypt::CBC result
My point is control. Once you send the data out to the browser you lose control.
If you have a public web server, most of your server side security should already be done. Why create more processes and procedures if you dont need to? The more processes and procedures you add, the greater the chance something could be missed.
There is a reason why most web apps use a non determinate token and associated session management - it works and it simple to do.
|
|---|