Hello everyone!
Let's suppose, that we have node-webkit client, where we using bcrypt-nodejs module (link) to hash user password and transfer that hash to phalcon-server.
The question is: how do i check, that hash, that generated from password on client is valid with hash, that stored in phalcon-server database?
Same, but simplier: how do i check hash with one, that stored in phalcon-server database?
Thank you!
Same message on russian: Привет всем! Предположим, что у нас есть node-webkit клиент, в котором мы используем bcrypt-nodejs модуль (ссылка выше) для того чтобы сгенерировать хеш пароля и передать его на phalcon-сервер.
Вопрос в следующем: каким образом можно проверить полученный с клиента хеш?
Заранее благодарю!