how to I encrypt a single picture how to I encrypt a single picture
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

how to I encrypt a single picture

Started by feiber, January 05, 2011, 02:27:47 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

feiber

Hello, everyone!
pls tell me how to I encrypt a single picture,thanks!

Αndré

I don't know what you're talking about.

feiber

Quote from: Αndré on January 05, 2011, 09:45:52 AM
I don't know what you're talking about.

I am sorry that I don't express very clearly,
I mean:
when a vistor scan a single picture in my Photo Gallery, he will be requested to provide a password,
Otherwise he cannot open the picture. pls note that I  just encrypt a single photo, not for whole gallery.
Thanks!

Αndré

You can only set passwords for albums in Coppermine. So you have to move that picture to a separate album. Maybe it's also possible to ask for a password with an appropriate .htaccess file.

feiber

Quote from: Αndré on January 05, 2011, 11:24:32 AM
You can only set passwords for albums in Coppermine. So you have to move that picture to a separate album. Maybe it's also possible to ask for a password with an appropriate .htaccess file.

Thanks for your reply.
Yes, I know both  method you mentioned,but I want to for a single photo.

Αndré

As I already told you, that's not possible in Coppermine:
Quote from: Αndré on January 05, 2011, 11:24:32 AM
You can only set passwords for albums in Coppermine.

But:
Quote from: Αndré on January 05, 2011, 11:24:32 AM
Maybe it's also possible to ask for a password with an appropriate .htaccess file.
I haven't checked that, but I assume it's possible to protect single files via htaccess rules.

feiber

Quote from: Αndré on January 05, 2011, 02:37:26 PM
As I already told you, that's not possible in Coppermine:
But:I haven't checked that, but I assume it's possible to protect single files via htaccess rules.

Thanks!