FOSAdvancedEncoderBundle
The FOSAdvancedEncoderBundle adds support for changing the encoder on an
instance basis instead of using the same encoder for all instances of a class.
Note: this bundle is not necessary as of Symfony 2.5. The same feature is available in the Security component itself.
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Installation
All the installation instructions are located in documentation.
License
This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project
built using the Symfony Standard Edition
to allow developers of the bundle to reproduce the issue by simply cloning it
and following some steps.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
fos_advanced_encoder:
encoders:
# Prototype
name:
algorithm: ~
ignore_case: false
encode_as_base64: true
iterations: 5000
cost: 13
hash_algorithm: sha512
key_length: 40
id: ~
-
Changed the autoloading to PSR-4
By stof, 7 years ago
-
Added a branch alias for master
By stof, 7 years ago
-
Fixed CS
By stof, 7 years ago
-
Updated the installation instructions
By stof, 7 years ago
-
Added a note about the Symfony 2.5 feature
By stof, 7 years ago
-
Added the scrutinizer badges
By stof, 7 years ago
-
Added the external code coverage on Scrutinizer
By stof, 7 years ago
-
Added testing on more versions
By stof, 7 years ago
-
Merge pull request #10 from marc-f/master
By stof, 7 years ago
-
merged smottt/FOSAdvancedEncoderBundle for adding bcrypt
By Marc Feininger, 7 years ago
-
added support for pbkdf2 Encoder
By marc-f, 7 years ago
-
fix constructor parameters for BCryptPasswordEncoder in Symfony 2.3
By smottt, 7 years ago
-
updated constraints
By kriswallsmith, 7 years ago
-
added support for BCrypt Encoder
By smottt, 7 years ago
-
Merge pull request #5 from pulse00/composerpatch
By stof, 8 years ago
-
updated symfony dependencies for 2.2 support
By pulse00, 8 years ago
-
Switched the testsuite to composer
By stof, 8 years ago
-
Fixed CS
By stof, 8 years ago
-
Updated the constraint to require 2.1
By stof, 8 years ago
-
Merge pull request #4 from FabienPennequin/symfony2.1
By stof, 8 years ago
-
Update for latest changes in Security component of Symfony2.1
By FabienPennequin, 8 years ago
-
Fixed the composer.json constraints
By stof, 8 years ago
-
Fixed the phpunit config
By stof, 9 years ago
-
Made it possible to change the Symfony version locally
By stof, 9 years ago
-
Merge remote-tracking branch 'upstream/master'
By stof, 9 years ago
-
Merge pull request #2 from qpleple/patch-1
By merk, 9 years ago
-
Merge pull request #3 from qpleple/patch-2
By merk, 9 years ago
-
typo
By qpleple, 9 years ago
-
It is sometimes case sensitive.
By qpleple, 9 years ago
-
Updated travis config
By stof, 9 years ago