Open GoogleCodeExporter opened 9 years ago
Original comment by jukka.m.svahn
on 24 Feb 2013 at 9:55
Closed by r5325
Original comment by jukka.m.svahn
on 24 Feb 2013 at 11:05
Is this issue stuck as open to anyone else? It shows as 'assigned' for me in
the issue list.
Original comment by jukka.m.svahn
on 25 Feb 2013 at 1:46
It fixed itself when I sent the last comment. Could have been
caching/sync/saving error somewhere.
Original comment by jukka.m.svahn
on 25 Feb 2013 at 1:48
Needs a substitute for the abandoned white-lists of valid pane names.
Original comment by r.wetzlmayr
on 28 Feb 2013 at 3:20
Which would really need reworking the whole session handling Textpattern has.
There is nothing private to calculate tokens from. Nothing is secure, or secret.
System that is based on encrypted secret which requires the user session to be
decrypted. Regenerated on each log in, reset on log outs.
Additionally each user needs timestamp information and actual semi-permanent
unique identifier.
Original comment by jukka.m.svahn
on 28 Feb 2013 at 3:34
The notation "nothing is secret" applies to CSRF tokens too. This same secret
value would allow securing and generating session IDs and other tokens where
needed without having different DB columns for each.
This itself is quite bit of work and remodeling and requires that we adopt one
of the encryption methods PHP can supply. Which one? If we do, will we also up
the password hashing method from MD5?
Original comment by jukka.m.svahn
on 28 Feb 2013 at 3:38
Original issue reported on code.google.com by
jukka.m.svahn
on 24 Feb 2013 at 9:54