Encrypting Media?

Just starting out? Need help? Post your questions and find answers here.
CopperCircle
User
User
Posts: 11
Joined: Thu Apr 22, 2004 6:42 pm

Encrypting Media?

Post by CopperCircle »

Does anyone know how I could encrypt a video file and decrypt it in realtime during playback?
The seperator
User
User
Posts: 17
Joined: Sun Apr 25, 2004 9:12 pm
Location: Europe, Belgium

Post by The seperator »

Program an enryption algoritme. The more you rethink and refine your
algoritme the more difficult it is to break.

After that you can decrypt your data (with the decryption key asked)
in the memory and play your movie from the memory.
Post Reply