]> git.p6c8.net - jirafeau/jirafeau.git/commit
Compare stored hashes for admin and download password using hash_equals() 22/head
authorPatrick Canterino <patrick@patrick-canterino.de>
Mon, 16 Jun 2025 10:13:44 +0000 (12:13 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Mon, 16 Jun 2025 10:13:44 +0000 (12:13 +0200)
commit8c8f88ec2104ab0a12ceec4f5a8e2ebeb72758cc
treec7ebba06a80065819d23935fb4c3572eeadabc5d
parent79464ec6276e8eb0e0b0ad597db02b85080d2b63
Compare stored hashes for admin and download password using hash_equals()

This prevents timing attacks and attacks using Type Juggling

Originally proposed by onosh
admin.php
f.php

patrick-canterino.de