Encrypt download link for every uploaded file

6 posts by 3 authors in: Forums > CMS Builder
Last Post: August 25, 2010   (RSS)

By nkerschgens - August 24, 2010

Hi,

I am currently working on a client section for our website where we can put files for specified clients. The client needs to login (membership module) and will see all uploaded files that are linked to his account. The client can download the files bij clicking on "download".

Now, for security reasons i would like to encrypt the URL of the download link. Is this possible and how to do it?

The idea behind this code is to create a simple own written "file manager" where we can share large files with our customers.

Can someone help me with this?

Thank you!

Re: [nkerschgens] Encrypt download link for every uploaded file

By flamerz - August 25, 2010

take care about google spiders could index your stats file.

sometimes statistics show some of the top visited links and can show too much info.

Re: [Jason] Encrypt download link for every uploaded file

By nkerschgens - August 25, 2010

Hi Jason,

Thank you for the tip, i will take a look at that topic!

Re: [flamerz] Encrypt download link for every uploaded file

By nkerschgens - August 25, 2010

Hi Flamerz,

I think that can be solved using robots.txt to disallow the whole "client area" where i want to put the "file-manager"

Re: [nkerschgens] Encrypt download link for every uploaded file

By flamerz - August 25, 2010

i think you can build some system to create "one use only" link, same way as the password recovery systems. (i think using salt trick).