Deprecated: Return type of Slim\Views\Twig::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/htdocs/w01bf09c/www/cuprite/vendor/slim/twig-view/src/Twig.php on line 246

Deprecated: Return type of infrastructure\Timestamp::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/htdocs/w01bf09c/www/cuprite/src/infrastructure/Timestamp.php on line 23
PHP: What's wrong with md5($_GET['password'])? | CloutPub

PHP: What's wrong with md5($_GET['password'])?

thorsten

Storing your users' passwords securely is critical.

But still, you can find code like $hash=md5($_GET['password']) in many code bases.

Learn what's wrong about it and how to make your PHP code more secure with specialized security functions.

Read on?

Make sure to allow popup-windows for DeSo Identity!

ERROR: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated on line 58 in file /www/htdocs/w01bf09c/www/cuprite/vendor/danielstjules/php-pretty-datetime/src/PrettyDateTime.php.