Simple encryption in PHP

后端 未结 3 1208
一个人的身影
一个人的身影 2020-12-28 10:23

I\'m building a with-source system which I am giving out on the \'net for providing adoptable virtual pets. The system will be owned mainly by kids. Since I want it to be us

3条回答
  •  情话喂你
    2020-12-28 10:49

    Why not just give each user a long, random ID and then store all the details about their pet on the server? Best practice is not to store anything in the URL, encrypted or not. All you should need is a session ID.

提交回复
热议问题