Skip to content

Add BCrypt::Password.valid_password_hash?(value) method#48

Closed
bf4 wants to merge 2 commits intobcrypt-ruby:masterfrom
bf4:master
Closed

Add BCrypt::Password.valid_password_hash?(value) method#48
bf4 wants to merge 2 commits intobcrypt-ruby:masterfrom
bf4:master

Conversation

@bf4
Copy link
Copy Markdown
Contributor

@bf4 bf4 commented Aug 15, 2012

Allows a user to check if a given string is a valid BCrypt::Password hash
otherwise the only way to check if the password_hash is
valid is to call 'new' and raise an exception

bf4 added 2 commits August 15, 2012 17:06
Allows a user to check if a given string is a valid
BCrypt::Password hash
otherwise the only way to check if the password_hash is
valid is to call 'new' and raise an exception
@bf4
Copy link
Copy Markdown
Contributor Author

bf4 commented Oct 25, 2012

bump

1 similar comment
@bf4
Copy link
Copy Markdown
Contributor Author

bf4 commented Jan 28, 2013

bump

@tmm1 tmm1 closed this in 925671d Mar 31, 2013
@bf4
Copy link
Copy Markdown
Contributor Author

bf4 commented Apr 5, 2013

Thanks. Any idea when you'll release a new version? 3.1.0?

@bf4
Copy link
Copy Markdown
Contributor Author

bf4 commented Dec 3, 2013

Important note to self, the actual new method is BCrypt::Password.valid_hash?(value) as in 925671d and not in the PR description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant