Javascript/Html Server side verification |
(02-21-2018, 06:40 AM)daveĀ friend Wrote: There's isn't a way from preventing someone from taking pot-shots at your data. But you can obfuscate whats going on. Ok sounds good what im thinking is creating to send a crypted version of the user id instead using $this->load->library('encryption'); this gives a huge number but a user wanting to try change that value wont be very successful then when data is sent i can decrypt the value and check it up agaisnt the value in the db what you think and is there a way to have shorter encrypted responces? |
Messages In This Thread |
Javascript/Html Server side verification - by Marcel - 02-21-2018, 12:43 AM
RE: Javascript/Html Server side verification - by Krycek - 02-21-2018, 05:54 AM
RE: Javascript/Html Server side verification - by Marcel - 02-21-2018, 06:18 AM
RE: Javascript/Html Server side verification - by dave friend - 02-21-2018, 06:40 AM
RE: Javascript/Html Server side verification - by Marcel - 02-21-2018, 06:57 AM
RE: Javascript/Html Server side verification - by dave friend - 02-21-2018, 08:01 AM
RE: Javascript/Html Server side verification - by Marcel - 02-21-2018, 08:26 AM
|