We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the source you mention: Store algorithm$salt:costfactor$hash in the database
algorithm$salt:costfactor$hash
I was just curious as to why that particular pattern: $ : $
a pattern of $ $ $ would lend it all to a simple split() when pulling it back out of the database.
$ : $ seems like a case for partition().
Anyway, it made me curious so I thought I would ask.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the source you mention:
Store
algorithm$salt:costfactor$hash
in the databaseI was just curious as to why that particular pattern: $ : $
a pattern of $ $ $ would lend it all to a simple split() when pulling it back out of the database.
$ : $ seems like a case for partition().
Anyway, it made me curious so I thought I would ask.
The text was updated successfully, but these errors were encountered: