Hi! I am designing an application wich comes with image file. These images
are copyrighted and they have to be accessible only from within the
application. At first, I tought I was going to store them in a database, but
since there will be much more than 2go, I'm going to need multiple database,
and it's no good for CPU performance...
I read about encrypting picture instead of storing them in a DB. But I only
found thing about string encryption... Has anyone of you ever had to
encrypt/decrypt image file? Anyone could point me a good tuorials or website
or anything???
Thank you, your help is really appreciated!
Jean Christophe Avard!
are copyrighted and they have to be accessible only from within the
application. At first, I tought I was going to store them in a database, but
since there will be much more than 2go, I'm going to need multiple database,
and it's no good for CPU performance...
I read about encrypting picture instead of storing them in a DB. But I only
found thing about string encryption... Has anyone of you ever had to
encrypt/decrypt image file? Anyone could point me a good tuorials or website
or anything???
Thank you, your help is really appreciated!
Jean Christophe Avard!
Comment