PBKDF2.NET 2.0.0

PBKDF2.NET provides adaptive password-based key derivation functionality (PBKDF2) for the .NET Framework. It adheres to the suggested PBKDF2 implementation while also holding true to the .NET cryptographic programming model. This is done to ensure smooth transition for users of this library and reducing the amount of refactoring involved to integrate this library into existing source. For details on how to use this library, please refer to the project site at: http://therealmagicmike.github.io/PBKDF2.NET/ This library and it's source is licensed under the MIT License, which is included with this download. Full source code and documentation is available at: http://github.com/therealmagicmike/PBKDF2.NET

Showing the top 20 packages that depend on PBKDF2.NET.

Packages Downloads
Finsa.CodeServices.Security
CodeServices.Security - Work in progress. THIS PACKAGE 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 PACKAGE OR THE USE OR OTHER DEALINGS IN THE PACKAGE.
23
Finsa.CodeServices.Security
CodeServices.Security - Work in progress. THIS PACKAGE 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 PACKAGE OR THE USE OR OTHER DEALINGS IN THE PACKAGE.
24
Finsa.CodeServices.Security
CodeServices.Security - Work in progress. THIS PACKAGE 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 PACKAGE OR THE USE OR OTHER DEALINGS IN THE PACKAGE.
28

***** Change Log ***** v2.0.0.0 ======================== The following changes were introduced in this release: * improved type interface for all types in lib * some names of public properties on types were changed drastically from version 1 * library (.dll) naming convention has been changed to provide smoother transitions in future releases Details: The naming convention of this library is now simply "PBKDF2.NET". Revisions to the source structuring to accommodate possible builds targeting specific framework versions. * internal initialization process has changed within the System.Security.Cryptography.PBKDF2 class. Details: This was done both for performance-tuning reasons and to accommodate the addition of byte[] Password public property being added to the type to be treated like a Key property. These changes were necessary to integrate these changes with the internal state management of PBKDF2 objects.

This package has no dependencies.

Version Downloads Last updated
2.0.0 28 02/07/2024
1.0.1 28 02/07/2024