Click here to Skip to main content
15,899,124 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

Ive making trial version application. Its works fine but i do need to encrypt the data in mySQL or block the users for the respective database.The user can't access and view the mySQl database after trial version. Anyone can help me?

Thanks u and really appreciate ur help.
Posted

1 solution

You can compress data before You put them in database and uncompress data when going in other direction. Use this as a tip
http://www.eggheadcafe.com/tutorials/aspnet/064b41e4-60bc-4d35-9136-368603bcc27a/7zip-lzma-inmemory-com.aspx[^] and then later go to http://www.7-zip.org/sdk.html[^]. I did not play much with this SDK but i think LZMA is password enabled.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900