• XSS.stack #1 – первый литературный журнал от юзеров форума

weird hash format

Последнее редактирование:
seems to be binary encoded in base64

this could be 128bit hash output, base64-encoded

this could be 8-byte salt, base64 encoded too


OP, could you provide more details? Like framework used for the application working with this database?

hi

the site is running on a windows server 2008 and according to wappalizer its using php 5.3.9 with IIS webserver. the backend database is MySQL 5.1.73-community

both hashes above were dumped from the password columns in the database. each one of them is from a different username

i tried crackstation.net but cant be identified
i tried to check if those were base32 encoded but it did not work either
hashid nor hash-identifer tools were able to identify the hash type either
 
both hashes above were dumped from the password columns in the database. each one of them is from a different username
It's very interesting that these "hashes" have different lengths that are multiples of 64 bits. It's possible that these passwords are not hashed, but encrypted with 64-bit wide cipher, such as [3]DES.

Can you register new accounts in this application? It would be useful to see how simple passwords (like 'a','aa','aaa', up to, say, 16 'a' symbols) are transformed.
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх