Welcome Guest, Not a member yet? Register   Sign In
Suggestions for designing a app
#6

(09-05-2019, 08:44 AM)daveĀ friend Wrote:
(09-05-2019, 08:00 AM)rad2 Wrote: Thanks jameslittle.
I just tried base64_encode and it looks similar to some other implementations from places like Costco. That is probably the way they implemented it. It will definitely be interacting with a database and built in security is always a good idea. Thank You.

Before you get deep into base64__encode you should read The Comprehensive Guide to URL Parameter Encryption in PHP.

Thanks for sharing this Dave. If you can do it that way, the random token tied to the user record is definitely a more secure method than to pass variable data as an encoded string. The base64_encode path is more about obfuscation than actual encryption.
Reply


Messages In This Thread
Suggestions for designing a app - by rad2 - 09-03-2019, 08:03 PM
RE: Suggestions for designing a app - by rad2 - 09-05-2019, 08:00 AM
RE: Suggestions for designing a app - by jameslittle - 09-05-2019, 09:58 AM
RE: Suggestions for designing a app - by jreklund - 09-05-2019, 11:53 AM
RE: Suggestions for designing a app - by InsiteFX - 09-05-2019, 05:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB