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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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