Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Hash generating #11

Open
kuba9392 opened this issue Oct 24, 2015 · 3 comments
Open

Hash generating #11

kuba9392 opened this issue Oct 24, 2015 · 3 comments

Comments

@kuba9392
Copy link

BCrypt is hashing my text into "*0" string.

@alberto2345
Copy link

Just tested it myself and getting the same result.

@itslewiswatson
Copy link

Doing something like bcrypt_digest("string", bcrypt_salt(100)) will output something similar to that.

Read the documentation, as it gives you a link advising you to check how many log rounds to use. I tend to use 6 personally and it works fine.

http://security.stackexchange.com/questions/17207/recommended-of-rounds-for-bcrypt

@kuba9392
Copy link
Author

kuba9392 commented Nov 1, 2015

I'm doing something like this:
bcrypt_digest(password, accountData["members_pass_salt"])
where password is a variable with text from textfield, and members_pass_salt is a salt from IP.B 4.0 mySQL table. So, I think IP.B DevTeam know how to use this log rounds :). But it doesn't matter now, I used callRemote function to bcrypt my passwords in php.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants