VideoHelp Forum




+ Reply to Thread
Results 1 to 16 of 16
  1. Hello All,

    First off, I would like to thank the Forum creators and maintainers.
    I have learnt so much from this forum.

    I was testing for my client who provides paid content and I was able to download and decrypt their videos by just mimicking their network traffic.

    I would like to know what steps can we take in order to secure the content or make it hard enough to download and decrypt the videos.

    Thank you
    Quote Quote  
  2. This is a freelancing opportunity.

    If anyone can help me with this, they get paid.

    Thanks.
    Quote Quote  
  3. Search, Learn, Download! Karoolus's Avatar
    Join Date
    Oct 2022
    Location
    Belgium
    Search Comp PM
    if it's protected, it can be cracked. simple as that
    Quote Quote  
  4. Originally Posted by Karoolus View Post
    if it's protected, it can be cracked. simple as that
    I understand myfriend, it can be cracked by professionals like you. But how can we make it hard enough for noob hackers like me to download and decrypting videos :P

    Is there any way, like supporting only L1 CDM, rejecting okhttp user-agent, using multiple security features like geofencing, root, proxy detection etc etc

    What all can steps can we take in order to maximize security.

    Thank you
    Quote Quote  
  5. Search, Learn, Download! Karoolus's Avatar
    Join Date
    Oct 2022
    Location
    Belgium
    Search Comp PM
    Originally Posted by jackbrain232 View Post
    Originally Posted by Karoolus View Post
    if it's protected, it can be cracked. simple as that
    I understand myfriend, it can be cracked by professionals like you. But how can we make it hard enough for noob hackers like me to download and decrypting videos :P

    Is there any way, like supporting only L1 CDM, rejecting okhttp user-agent, using multiple security features like geofencing, root, proxy detection etc etc

    What all can steps can we take in order to maximize security.

    Thank you
    None of the things you mentioned will keep people out. Just look at "the scene", they have everything available for download minutes after release.

    Also, you have to find a balance between usability and security. If you tighten security too much, you'll stop people from using your service. Support only L1 CDM? So anyone who uses a PC to watch content is automatically blocked, as well as some TVs or Android boxes.
    All the network related stuff you mention is easily avoided as well, so that's useless.
    Quote Quote  
  6. If your goal is to keep "professionals" (professional thieves) from stealing and re-release your content, you can't, as it is said already. No way if not stritcly hardware-based (and even this will of course be cracked, as you know).

    If your goal is to keep normal users who just want to download to watch it offline at home:
    1. Why then at all?
    2. They can always screen-record, which is enough for their purpose.
    Quote Quote  
  7. Member
    Join Date
    Oct 2022
    Location
    Behind You
    Search PM
    Originally Posted by jackbrain232 View Post
    Hello All,

    First off, I would like to thank the Forum creators and maintainers.
    I have learnt so much from this forum.

    I was testing for my client who provides paid content and I was able to download and decrypt their videos by just mimicking their network traffic.

    I would like to know what steps can we take in order to secure the content or make it hard enough to download and decrypt the videos.

    Thank you
    **** off. You wont get any help here.
    I help all that ask.
    Quote Quote  
  8. Originally Posted by Karoolus View Post
    Originally Posted by jackbrain232 View Post
    Originally Posted by Karoolus View Post
    if it's protected, it can be cracked. simple as that
    I understand myfriend, it can be cracked by professionals like you. But how can we make it hard enough for noob hackers like me to download and decrypting videos :P

    Is there any way, like supporting only L1 CDM, rejecting okhttp user-agent, using multiple security features like geofencing, root, proxy detection etc etc

    What all can steps can we take in order to maximize security.

    Thank you
    None of the things you mentioned will keep people out. Just look at "the scene", they have everything available for download minutes after release.

    Also, you have to find a balance between usability and security. If you tighten security too much, you'll stop people from using your service. Support only L1 CDM? So anyone who uses a PC to watch content is automatically blocked, as well as some TVs or Android boxes.
    All the network related stuff you mention is easily avoided as well, so that's useless.
    I understand...so there's nothing much that can be done here to avoid business loss
    Quote Quote  
  9. Originally Posted by Quint View Post
    If your goal is to keep "professionals" (professional thieves) from stealing and re-release your content, you can't, as it is said already. No way if not stritcly hardware-based (and even this will of course be cracked, as you know).

    If your goal is to keep normal users who just want to download to watch it offline at home:
    1. Why then at all?
    2. They can always screen-record, which is enough for their purpose.
    As of now, we are serving content only on the mobile application and nowhere else and we need to secure it.
    Screen recording is a way but there is content worth more than 1000+ hours which I believe is not possible to record for an individual. So, we were thinking of securing the content from the application and the servers.
    But there are people who are reverse engineering the application and bypassing all the security.
    I thought of asking here but it turns out that it won't be possible to secure the content anyway.
    Quote Quote  
  10. Originally Posted by Magicians View Post
    Originally Posted by jackbrain232 View Post
    Hello All,

    First off, I would like to thank the Forum creators and maintainers.
    I have learnt so much from this forum.

    I was testing for my client who provides paid content and I was able to download and decrypt their videos by just mimicking their network traffic.

    I would like to know what steps can we take in order to secure the content or make it hard enough to download and decrypt the videos.

    Thank you
    **** off. You wont get any help here.
    why so much hate...magicians?
    Quote Quote  
  11. Originally Posted by jackbrain232 View Post
    But there are people who are reverse engineering the application and bypassing all the security.
    Reverse engineering is an old thing... But in case of net-delivering "protected" content not even necessary. It is so easy to sniff network traffic that a lot of intelligent "script kiddies" can quite easily find workarounds in Python... Onky the hardware-bsed parts are hard.

    I thought of asking here but it turns out that it won't be possible to secure the content anyway.
    That's how it is. But I know from my own experience well that right holders ignore these facts, and insist to have their content "secured"... So good luck to your mission.
    Quote Quote  
  12. Originally Posted by Quint View Post
    Originally Posted by jackbrain232 View Post
    But there are people who are reverse engineering the application and bypassing all the security.
    Reverse engineering is an old thing... But in case of net-delivering "protected" content not even necessary. It is so easy to sniff network traffic that a lot of intelligent "script kiddies" can quite easily find workarounds in Python... Onky the hardware-bsed parts are hard.

    I thought of asking here but it turns out that it won't be possible to secure the content anyway.
    That's how it is. But I know from my own experience well that right holders ignore these facts, and insist to have their content "secured"... So good luck to your mission.
    Thank you very much Quint
    Quote Quote  
  13. Originally Posted by Quint View Post
    If your goal is to keep "professionals" (professional thieves) from stealing and re-release your content, you can't, as it is said already. No way if not stritcly hardware-based (and even this will of course be cracked, as you know).

    If your goal is to keep normal users who just want to download to watch it offline at home:
    1. Why then at all?
    2. They can always screen-record, which is enough for their purpose.
    Hi, we are planning to go with the Samsung hardware based tablet solution which will be protected by samsung knox security and an encrypted sd card.
    Is this the way to go or it can be hacked as well?
    Quote Quote  
  14. Originally Posted by jackbrain232 View Post
    This is a freelancing opportunity.

    If anyone can help me with this, they get paid.

    Thanks.
    i assume you are paying Quint for this info?
    Quote Quote  
  15. Originally Posted by ElCap View Post
    Originally Posted by jackbrain232 View Post
    This is a freelancing opportunity.

    If anyone can help me with this, they get paid.

    Thanks.
    i assume you are paying Quint for this info?
    yes, if he or anyone helps us secure the content
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!