View Single Post
Old 19th February 2019, 15:03   #15  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
I also added edit here:
Code:
If A XOR B = C : Then C XOR B = A [EDIT: Also, C XOR A = B]
also note this
Quote:
(You could also just use any clip that you both have as a key clip, maybe with pre arranged fixed seed AddGrain)
You could have a shared secret clip, of same size colorspace as you are sending [sent once only, could be something completely innocuous looking like tv adverts].


Make your SHARED_KEY clip same characteristics as TARGET clip (looping and trim to make same length as TARGET).
Randomize your SHARED_KEY by using eg AddGrain (with some SECRET_KEY as seed),
OR mix together somehow with a RandomSource KEY (using you SECRET_KEY seed). [Overlay with Pre_Shared Opacity arg , or whatever you like].

So long as recipient uses same method to construct the final KEY clip, then you are in business.

Added this to earlier post.
EDIT: Of course, you could not compress result of encode (although I'm kinda curious what it might look like if you do).
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 19th February 2019 at 15:59.
StainlessS is offline   Reply With Quote