of     1   

KnowingComputer
#182906820Wednesday, February 03, 2016 12:43 AM GMT

I wish to encrypt data flowing from my server and decrypt it in game. Anyone know of anything released that would serve this purpose? I'm using PHP on the server.
phoenix53124
#182906916Wednesday, February 03, 2016 12:44 AM GMT

OpenSSL
foreverpower
#182907067Wednesday, February 03, 2016 12:46 AM GMT

I'm not sure why you find it necessary to encrypt your data, but if you really need to, enable ssl on your server.
HomeguardDev
#182907305Wednesday, February 03, 2016 12:49 AM GMT

you could encrypt the outbound data with AES or a similar algorithm, and implement the key, iv, and salt server-side in your game.
phoenix53124
#182907495Wednesday, February 03, 2016 12:52 AM GMT

By salt he means ionic solid...or pseudorandom bytes...either one.
KnowingComputer
#182907915Wednesday, February 03, 2016 12:57 AM GMT

I was thinking about using OpenSSL, I'm not sure if ROBLOX requires signed certs. Now testing
phoenix53124
#182908311Wednesday, February 03, 2016 1:03 AM GMT

Well if you ever want to encrypt data on Roblox itself, try my HXA2 cipher. HXA2 = require(357989120)

    of     1