Architecture
ASP/MySQL db
I want to have an ecommerce site that allows the download of digital data. How exactly could I best go about
protecting this data. Digital data can be copied once downloaded so there is not all that much I can
do there but I am more wondering about how to allow a user download the file but only having paid. Ideally
something like after a user pays they get given an ID and they go to a download centre and download the file.
This file might be available for X hours and then removed. Are there any better ways out there? I'm thinking
of both .txt and .mp3 files. In the case of .mp3, possibly stream the data post payment???, how could I resume if user
got disconnected mid download?
Thanks in advance for replies
ASP/MySQL db
I want to have an ecommerce site that allows the download of digital data. How exactly could I best go about
protecting this data. Digital data can be copied once downloaded so there is not all that much I can
do there but I am more wondering about how to allow a user download the file but only having paid. Ideally
something like after a user pays they get given an ID and they go to a download centre and download the file.
This file might be available for X hours and then removed. Are there any better ways out there? I'm thinking
of both .txt and .mp3 files. In the case of .mp3, possibly stream the data post payment???, how could I resume if user
got disconnected mid download?
Thanks in advance for replies