How are cookies the created ? How are cookies the created ?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

How are cookies the created ?

Started by themad, November 18, 2005, 10:37:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

themad

Hi,
I want to know how the cookies are created- I think they are made with the name and password, but how are they encrypted???
I want to use the cookies of copermine on other parts of my page, because the users dont want to Login several times and I want to do some parts alone anyway, like calendar and some organisation things-but I want to leave the gallery so it´s the easiest way to create this checksums with the users and passes from cpg-database and use them for verification.

So in short form- which software need I to create the cookie-checksums?
Best wiches, themad

(btw: why is there no german language specific support?)

Joachim Müller

Quote from: themad on November 18, 2005, 10:37:11 PM
(btw: why is there no german language specific support?)
Because there is nobody who volunteered to do German support, quite simply.

themad

Well, ok, no german support
But I can't belive that no one knows with what algorithm the cookies are made.
I also can't imagine that there are any security reasons, because I have the passwords already.
I just cant read the code because I'm a newbee. So please just say me how its called, than I can google myself

Nibbler

The _uid cookie is simply the user_id
The _pass cookie is an md5 hash of the password

themad

Thank you very mutch, thats just what I need
I nearly gave up
Best wishes, themad