There is a string that is hashed md5 ()md5($salt + /* ASCII код */ + $second_salt);
As I understood using the ASCII code 0x7F
(CMD - DEL) we can delete $salt
, but how to implement it I don’t understand what we need to insert in order for us to delete $salt
0x08
- nameisusselesinfo+
, so your expression will take md5 (0) anyway and the ascii control codes inside the strings do not work. they control only for the terminal. - Mike