AstroCMS (Comet Emulator)

ThomasNorder

New Member
Nov 26, 2011
6
0
Everything is fine, I think it is a problem with the cms.
Because if I delete something from the cms I get this
You must be registered for see images attach
 

omatamix

New Member
Feb 20, 2019
18
6
"This CMS is completely safe because it contains no flaws like XSS or SQL."

Its not safe. you are using md5 for password encryption. md5 can easily be cracked. use bcrypt or even better use argon.
also dont store user passwords in sessions. also xss is possible in your cms. you need to escaped every data before printing to html

you might also want to check out psr standards because your code is a mess.

You mean password hashing? encryption and hashing are two different things.
 

Users who are viewing this thread

Top