RicoCasta / opencinematools

Automatically exported from code.google.com/p/opencinematools
0 stars 0 forks source link

Encryption! #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I think encryption is a feature missing in OCT that makes people buy 
commercial software.

Part of it is already provided by asdcp, namely the encryption and 
decryption using the key given to it through the ‘-k **..**’. From my 
reading of the literature, what remains is:
   1. Use openssl to encrypt the key **..** using the public key of a 
cinema server.
   2. Create the KDM xml file.
   3. Use openssl again to add a digital signature of the signer.

In the first place, I would like to know if I am right and is that all.
I do not have access to the relevant SMPTE standard documents right now.
If anyone can give me a more detailed workflow sufficient to do the 
implementation, I will start doing the necessary coding.

Thank you

Original issue reported on code.google.com by ramprasa...@gmail.com on 3 Jun 2010 at 1:00