Multiple personality data / Data in flux state

Here i will describe a simple tecnique that encrypts any data and sets the data in an
"flux" state. It is based on the simple XOR operation that takes two sets of data
and flips the bit. This is the way RAID 5 and & operates and is not anything new and groundbraking.
I will show you a way to make a downloaded file into antyhing you want, example the latest hollywood
movie OR your personal vacation pictures. It all depends on which key you *choose* to transform the
downloaded data with. If the police knocks on your door and says you downloaded X-Men (for example)
they can prove that it is the movie. But you can also prove that it is *your* personal data.

So how is this done?

The illegal part is when you handle data that is copyrighted and you dont got the permission to deal
with it. You use a "God Key" that is well known and is at least the size of the data you will transform.
You use the "God Key" (GK) and XOR it with the file (OD) you want to share openly (ED).

ED = GK XOR OD

Then you share the file in any way you choose (Torrent,DC,FTP) and say that the file can be transformed
to the original data (OD) if you choose to use the "God Key" (GK).

A downloader downloads the data and the God Key. This is the part that needs to be examined if its actually legal.
Because the downlader can generate an own key that transforms the downloaded data to any data he choose and that 
he/her has the copyright to by using OK (own key) XOR ED = OD (own data).

So when pirate hunters knock on your door you can "decrypt" the downloaded data to both the copyrighted movie
AND your own personal files. So the illegality cant be sharing the data or downlading it. It must be in either
the generation of the ED or decryption to OD (or both).