encrypting save game data

Blitz3D Forums/Blitz3D Programming/encrypting save game data

slenkar(Posted 2005) [#1]
anyone know of a simple way to encrypt decrypt text files so the average person cant edit the save game files?

or is it not worth the bother?


BlackJumper(Posted 2005) [#2]
Check out Xor command in the help files...

I was about to write an example and needed to check that Xor was available - turns out there is already one in there for lightweight encryption :-)


fall_x(Posted 2005) [#3]
I wrote something to do this recently. It's in the code archives :

http://blitzbasic.com/codearcs/codearcs.php?code=1264


slenkar(Posted 2005) [#4]
thanks