Skip to content
New issue

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

Added ability to set the cost of the blowfish crypt algorithm. #527

Merged
merged 1 commit into from
Jun 14, 2012
Merged

Added ability to set the cost of the blowfish crypt algorithm. #527

merged 1 commit into from
Jun 14, 2012

Conversation

camspiers
Copy link
Contributor

Previously the cost param was protected (still is) but there were no setters and getters.

I have enforced the crypt requirements on the cost string used in the salt of crypt. Specifically, two digit from 04-31.

Updated unit tests for blowfish algorithm to use the salt generation function and to test the newly implemented cost setting and getting functionality.

…ted before and there were no setters and getters) and enforced the php requirements on the cost string used in the salt of crypt. Specifically, two digit from 04-31. Updated unit tests for blowfish algorithm to actually use the salt generation function and to test the newly implemented cost setting and getting functionality.
sminnee added a commit that referenced this pull request Jun 14, 2012
…6c84a90201

Added ability to set the cost of the blowfish crypt algorithm.
@sminnee sminnee merged commit 51af3f6 into silverstripe:master Jun 14, 2012
chillu added a commit that referenced this pull request Jun 10, 2013
FIX #527 : Add Thumbnails to 'Choose another file' dialogue
bergice pushed a commit to open-sausages/silverstripe-framework that referenced this pull request Nov 18, 2018
…/admin-menu-overflow

Fix overflowing menu bar on admin sections
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.

2 participants