GithubHelp home page GithubHelp logo

Hash generating about ml_bcrypt HOT 3 OPEN

kuba9392 avatar kuba9392 commented on June 27, 2024
Hash generating

from ml_bcrypt.

Comments (3)

alberto2345 avatar alberto2345 commented on June 27, 2024

Just tested it myself and getting the same result.

from ml_bcrypt.

itslewiswatson avatar itslewiswatson commented on June 27, 2024

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

from ml_bcrypt.

kuba9392 avatar kuba9392 commented on June 27, 2024

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.

from ml_bcrypt.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.