Teddy_Newbie
04-24-2009, 07:18 AM
Hi,
Is there an easy way to encrypt the data in .sol files(shared objects)?
My data in the .sol file when i open it with notepad is
¿ 3TCSO flashcookie name test.jpg
my code is :
myLocalSO = SharedObject.getLocal("flashcookie" );
myLocalSO.data.name = test.jpg "
I need to encrypt "test.jpg" and read the same..
Any help??
Is there an easy way to encrypt the data in .sol files(shared objects)?
My data in the .sol file when i open it with notepad is
¿ 3TCSO flashcookie name test.jpg
my code is :
myLocalSO = SharedObject.getLocal("flashcookie" );
myLocalSO.data.name = test.jpg "
I need to encrypt "test.jpg" and read the same..
Any help??