Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8214587
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T11:30:34+00:00 2026-06-07T11:30:34+00:00

Given this example taken from http://php.net/manual/en/function.crypt.php crypt(‘rasmuslerdorf’, ‘$2a$07$usesomesillystringforsalt$’) Firstly: What is the length that

  • 0

Given this example taken from http://php.net/manual/en/function.crypt.php

crypt('rasmuslerdorf', '$2a$07$usesomesillystringforsalt$')

Firstly: What is the length that the salt has to be if the hashing method is BLOWFISH?

This is the output I get for the above example:

$2a$07$usesomesillystringsaled/4C6/vYhuH1f.Z/Kwf8X.c.e0jjHay

Is it intentional that the salt, rounds, and what method of hashing I’m using are stored in the returned string? When I store passwords hashed in this behavior, do I store the entirety of the string starting with $2a ?

When checking the entered password against the one in the DB, how can I retrieve the salt from the string if there isn’t anything separating it from the rest of the hash?

EDIT: Why is this method any more secure than using, say, SHA512/256? If someone were to use a dictionary attack/brute force method on a bunch of hashes with the salts, would they be able to crack the passwords any quicker?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T11:30:35+00:00Added an answer on June 7, 2026 at 11:30 am

    Yes, the storing of the salt and other encryption parameters in the string are intentional; it saves you having to do it manually and maintains backward-compatibility when the number of rounds must be updated.

    As for the number of effective characters in the salt, it is 22. Therefore, these two lines will result in the same hash:

    crypt('rasmuslerdorf', '$2a$07$usesomesillystringforsalt$')
    crypt('rasmuslerdorf', '$2a$07$usesomesillystringforsalp$')
    

    As for checking the result from the database, simply use the string from the database itself as the parameters for crypt.

    Here is a demonstration.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have taken this example from this given below site which is not working
I'm trying to solve this problem : http://uva.onlinejudge.org/external/7/732.html . For the given example, they
Given this example data set: ----------------------------- | item | date | val | -----------------------------
Given this example XML file: <doc> <tag> Hello ! </tag> <tag> My name is
Given this example, how would I return the result of the equation rather than
Given I have a long phrase, say, in line :12 , as this example:
Given the example below, can someone please show me how this could be called?
This is just an example, but given the following model: class Foo(models.model): bar =
This is easier to explain with an example. Given these two classes: public class
Not really sure how to phrase this other than by example.. Given... DATABASES =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.