PeterKelly
New member
I'm not a newbie at PHP I've been done it for years now however I've never been brilliant at hashing/salting but I'm looking to improve.
Basically I need to transfer an array accross via a URL (Passed through CURL) I am planning on using serialize to convert the array into a string.
The only problem I'm having atm is making it so that it is encrypted during transit, as it needs to be able to be decrypted at the other end. This is for a script so I can add code onto both ends. If anyone can help at all, it'd be greatly appreciated.
Basically I need to transfer an array accross via a URL (Passed through CURL) I am planning on using serialize to convert the array into a string.
The only problem I'm having atm is making it so that it is encrypted during transit, as it needs to be able to be decrypted at the other end. This is for a script so I can add code onto both ends. If anyone can help at all, it'd be greatly appreciated.