Re: calculating the MD5 hash of role passwords in C

Поиск
Список
Период
Сортировка
От Matthias Apitz
Тема Re: calculating the MD5 hash of role passwords in C
Дата
Msg-id 20200122205802.GA3032@c720-r342378
обсуждение исходный текст
Ответ на Re: calculating the MD5 hash of role passwords in C  (Justin <zzzzz.graf@gmail.com>)
Ответы Re: calculating the MD5 hash of role passwords in C
Список pgsql-general
El día miércoles, enero 22, 2020 a las 03:32:17p. m. -0500, Justin escribió:

> Not sure what your after  but  here is more information regarding how to
> store passwords in Postgresql,  ...

I just want to write a piece of C-code to generate the same string as
stored in rolpassword based on the roles password (and as I learned
added the rolname), i.e. how to generate md52f128a1fbbecc4b16462e8fc8dda5cd5
from sisis123 (password) and sisis (rolename). And this, not to brute
force credentials, but to understand the hash.

    matthias


-- 
Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub



В списке pgsql-general по дате отправления:

Предыдущее
От: Justin
Дата:
Сообщение: Re: calculating the MD5 hash of role passwords in C
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: calculating the MD5 hash of role passwords in C