copy-protection

How to protect the mp3 file from read or copy on Android?

你说的曾经没有我的故事 提交于 2019-12-11 02:34:43
问题 I have mp3 files in root folder of my app, but some users have root rights and they can play or copy. I want to protect my files, use them just in my app. How can I do this? Archiving is not a option. 回答1: There is no way to prevent users from copying, modifying or deleting files on the filesystem if they have root access. Archiving would be the only way, because converting your files back to mp3 would take some effort (reversing your android application in order to retrieve the packing

Android protect mp3 file form being shared, but still playable

十年热恋 提交于 2019-12-10 09:02:54
问题 how can I protect an mp3 file I downloaded from my server (legal content owner) from being forwarded via email, Bluetooth etc. I wish the file be playable on device media player so i will send it to ContentResolver. I have seen this on some official apps for our region, but i do not know how to flag/mark my files as non share-able. Thank You! 回答1: how can I protect an mp3 file I downloaded from my server (legal content owner) from being forwarded via email, Bluetooth etc. Technically, you can

Where and how should I save license related information? [closed]

╄→尐↘猪︶ㄣ 提交于 2019-12-09 01:57:31
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . I have an application (C#) and I am tasked with putting some simple licensing scheme in it. While doing that I need to save that information somewhere in computer to limit the usage. I need to save a date and a counter. How and where I should save the information which, on

Software licensing mechanism without internet [closed]

六眼飞鱼酱① 提交于 2019-12-08 09:57:29
Closed . This question needs to be more focused . It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post . Closed 4 years ago . I've developed software that I want to protect with licensing. So far I've got code that uses the details of hardware components to generate a unique ID for each machine. I can then permit the activation of 5 machines against one single serial key (5 machines per license is what I'm selling). This all works fine, but obviously only on machines that have internet connection. Is

Software licensing mechanism without internet [closed]

限于喜欢 提交于 2019-12-08 07:28:47
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . I've developed software that I want to protect with licensing. So far I've got code that uses the details of hardware components to generate a unique ID for each machine. I can then permit the activation of 5 machines against one single serial key (5 machines per license is what I

Where does an application store “I'm deactivated” on Windows? [closed]

独自空忆成欢 提交于 2019-12-06 14:59:49
Closed . This question needs to be more focused . It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post . Closed 4 years ago . Applications often have registration keys. It can arguably be placed in a file or in the registry. Sometimes, an application is deactivated by entry of another key, or the passing of a date, etc. Where can one safely store such information about an application be deactivated? A file isn't the answer; a backup copy can be restored to defeat this. The registry is a weak answer,

Image asset protection/encryption in an Android app

情到浓时终转凉″ 提交于 2019-12-06 05:55:11
I have created an Android game where I use TextureAtlas generated from the TexturePacker tool. I have paid an artist to create good quality assets. So I have these nice large png files with alpha, containing all the assets, waiting to be stolen by anybody unzipping my apk. And I would like to protect them - at least a little - from hackers and thieves. I have searched and found nothing except the usual "you will NEVER be able to fully protect your app" or "only thing you can do is to create you own cipher and encryption system from scratch by yourself" (yes, I am exaggerating a little here). I

Product Serial Key / Purchase [closed]

天大地大妈咪最大 提交于 2019-12-06 05:37:19
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . I am attempting to create an application which, at some point, I would like to sell. I understand that any protection scheme can be bypassed . Could you recommend any ideas on what would be easy for the end user but also be at least slightly resistant to piracy. I've had some

Restrict functionality to a certain computer

蓝咒 提交于 2019-12-06 05:19:05
问题 I have a program that is using a configuration file. I would like to tie the configuration file to the PC, so copying the file on another PC with the same configuration won't work. I know that Windows Activation Mecanism is monitoring hardware to detect changes and that it can tolerates some minor changes to the hardware. Is there any library that can help me doing that? My other option is to use WMI to get Hardware configuration and to program my own tolerance mecanism. Thanks a lot, Nicolas

How to stop pirates? Someone already nulled and pirated my script :(

不问归期 提交于 2019-12-06 00:00:24
问题 I dont know what to say. About 3 days ago I released a script to the public. Today I realised, after searching on google that someone had already nulled (removed my protection) and pirated the script. How do I stop users from pirating the script? It is written in PHP. Please help or suggest some solutions. Thank you for your time. UPDATE By releasing to the public means that I have started selling it to users. UPDATE My program is priced at only $49. Very reasonable for the functionality it