Coded Anti Piracy

364 views Asked by At

I am a non technical founder of a tech startup, so please go easy if my question is too tertiary for your level. Every time I use Amazon Prime video to watch a tv show/movie and take a screenshot it comes out as everything as is except the movie comes out to be a black screen.

See this image here:

enter image description here

I want to implement the same technology to my documents but my Technology engineers don't even know what this technology is called let alone implement it.

I want my clients:

  1. To not be able to Take a Screenshot (using printscreen or otherwise)
  2. To not be able to Take a print of the document or the browser page with content in it
  3. To not be able to download the document
  4. If they use an external camera to take picture of the screen using an external device so it gives a unique code so I know exactly whose account the details were pirated from. I am going to be working with corporate clients who would take this breach extremely seriously so I need this same technology that movie theatres us (or so I have heard) blurring and a unique code.

These are extremely sensitive and confidential documents and I need to prove to my clients that replication is not acceptable with a zero tolerance policy from our side, as I am distribution platform for my clients.

So, please let me know what is this technology called and how my engineers can implement this on my document sharing platform?

Alternatively, if there are other technologies that will help me achieve these same objectives, do let me know.

1

There are 1 answers

4
Brendan On
  1. To not be able to Take a Screenshot (using printscreen or otherwise)
  2. To not be able to Take a print of the document or the browser page with content in it

Without hardware/operating system support (see below); that would involve some very intrusive hooks into the OS (e.g. to modify the code that normally takes screenshots, etc).

  1. To not be able to download the document

That's not how things normally work. Instead, you let them download encrypted content that can't be decrypted unless they have the right key. This is built into various pieces of hardware (see https://en.wikipedia.org/wiki/High-bandwidth_Digital_Content_Protection ).

  1. If they use an external camera to take picture of the screen using an external device so it gives a unique code so I know exactly whose account the details were pirated from.

That doesn't seem useful - any unique code that is visible enough to be used to determine whose account it came from will be visible enough for a pirate to know that they need to blank out the area where the code is. For video (and not static documents/images) you could make it a bit harder by putting the code at a different place in each frame (but that gets horribly expensive for "decode, alter, encode" processing).

These are extremely sensitive and confidential documents and I need to prove to my clients that replication is not acceptable with a zero tolerance policy from our side, as I am distribution platform for my clients.

If they're extremely sensitive and confidential documents then they should not be on distribution platform. For extremely sensitive and confidential documents you want a secure area (with physical security - strong mechanical door locks, etc) containing a private network where nothing in the room is allowed to be connected to the Internet at all.