PDA

View Full Version : Download Encrypted Files


steveninstl
10-08-2008, 01:31 AM
I was wondering if there was an application out there for VB that could encrypt files that are downloadable.

Here's the scenerio...

You have a website that specializes in content for mobile phones.
You upload the data files to a server
people download the data to their mobile devices

BUT... some people manage to steal your data files and repost them on another site

What I am looking for is a program to change the data file to an encrypted file that only the mobile device understands.

Example:

You upload a JAD File and several COD files to a server. The JAD file acts as the launcher of the COD files.

You direct mobile users to download the product on your website..

ex) www.mysite.com/coolfiles/myfile.jad

What I would like to see is the link transformed to something like this:

ex) www.mysite.com/coolfiles/akjsadalsjdsdklajslajflksjdfals


I know it can be done, as I have the same type of configuration for an online store that sends links to your mobile device as encrypted files...

Anyone know if this can be done with VB? Or maybe an addon that can be configured like attachments are? give the user 10-15 spots to upload the content and auto generate a downloadable link?

Dismounted
10-08-2008, 05:45 AM
I don't see how this has anything to do with vBulletin, but this will require a moderate level of PHP knowledge. Whjat you need to do is when a user uploads a file, add a record in the database. When it is requested (in the "JAD" file), generate a short-life ID that is used to download the file.

steveninstl
10-08-2008, 08:29 PM
There are several BlackBerry type forums that offer themes to be downloaded to their blackberry device via JAD install. The Forums mostly use VBulletin. In a way it has something to do with VBulletin.

I guess I'm looking for a modification to accomodate what I described above.

Dismounted
10-09-2008, 02:47 AM
I have not seen such a modification. Most likely, it is a custom one. Have you tried asking them?