When I use php to generate a hash with salt that contains # like this:
php -r 'echo crypt("#Informa","#I")."\n";'
I get the hash: #IkieDRbiiJ1g
When I use:
hashcat -a 3 -m 1500 -1 ?l?u?d?s "#IkieDRbiiJ1g" "#I?1?1?1?1?1?1"
I get:
Hash '#ICrpbyu8U24w': Token encoding exception
No hashes loaded.
What is the correct command to get back the password? I'm using hashcat-6.2.6 on debian 11.5