Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

[BC Break] Added the set /getPbkdf2HashAlgorithm() in BlockCipher #5024

Merged

Conversation

ezimuel
Copy link
Contributor

@ezimuel ezimuel commented Aug 26, 2013

This feature can set/get the Pbkdf2 Hash algorithm used by Zend\Crypt\BlockCipher to generate the encryption key. This new feature can be useful to configure the BlockCipher internals with more details.

@@ -350,6 +355,35 @@ public function getHashAlgorithm()
}

/**
* Set the hash algorithm for the Pbkdf2
*
* @params string $hash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double space after @param for consistency to #2419 and #2422

@Maks3w
Copy link
Member

Maks3w commented Oct 2, 2013

Added BC Break due the remove of the constant

@ghost ghost assigned Maks3w Oct 2, 2013
Maks3w added a commit that referenced this pull request Oct 2, 2013
@Maks3w Maks3w merged commit dca821e into zendframework:develop Oct 2, 2013
gianarb pushed a commit to zendframework/zend-crypt that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants