AtHackers 1.0.0

dotnet add package AtHackers --version 1.0.0
NuGet\Install-Package AtHackers -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AtHackers" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AtHackers --version 1.0.0
#r "nuget: AtHackers, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AtHackers as a Cake Addin
#addin nuget:?package=AtHackers&version=1.0.0

// Install AtHackers as a Cake Tool
#tool nuget:?package=AtHackers&version=1.0.0

Introducing AtHackers: The Ultimate Security Hashing Library

Description:

AtHackers is a cutting-edge security hashing library that empowers developers with robust password hashing capabilities. Safeguard your users' credentials with ease using our library's advanced features and industry-standard algorithms.

Features:

*Supercharged Security: AtHackers leverages the power of bcrypt, the gold standard in password hashing algorithms. Your users' passwords are transformed into virtually uncrackable hashes, protecting their sensitive information from unauthorized access.

*SHA-2 Variants: Experience enhanced security with AtHackers' support for multiple variants of the SHA-2 hashing algorithm. Choose from a selection of highly secure hash functions, including SHA-256, SHA-384, and SHA-512, tailored to your specific requirements.

*Password Validation Made Easy: AtHackers streamlines the process of validating hashed passwords against plain text inputs. Verify user credentials with lightning speed, ensuring maximum security while minimizing development effort.

*Seamless Integration: With simple and intuitive APIs, AtHackers seamlessly integrates into your projects, saving you valuable time and effort. Get up and running quickly, focusing on what matters most: delivering secure applications to your users.

Find on Nuget With Possible Tags:

security, hashing, password hashing, bcrypt, SHA-2, SHA-256, SHA-384, SHA-512, password validation, data protection, secure authentication, encryption, user credentials, cybersecurity, developer tools, NuGet package

Empower your applications with ironclad security. Choose AtHackers today and fortify your users' passwords with state-of-the-art hashing algorithms. Visit our project repository for more information and documentation.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 157 5/18/2023

Release Notes for AtHackers v1.0.0:
 - Added support for bcrypt password hashing algorithm for enhanced security.
 - Implemented SHA-256, SHA-384, and SHA-512 variants of the SHA-2 hashing algorithm for flexible hashing options.
 - Introduced password validation feature, allowing easy verification of hashed passwords against plain text inputs.
 - Improved overall performance and efficiency of the library.
 - Fixed minor bugs and enhanced stability.
 - Provided flexible option for generation of non-salted hash equivalent of the sha-password hashing algorithms provided by the library.