HashBrowns 4.0.0

dotnet add package HashBrowns --version 4.0.0
                    
NuGet\Install-Package HashBrowns -Version 4.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="HashBrowns" Version="4.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HashBrowns" Version="4.0.0" />
                    
Directory.Packages.props
<PackageReference Include="HashBrowns" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add HashBrowns --version 4.0.0
                    
#r "nuget: HashBrowns, 4.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.
#addin nuget:?package=HashBrowns&version=4.0.0
                    
Install HashBrowns as a Cake Addin
#tool nuget:?package=HashBrowns&version=4.0.0
                    
Install HashBrowns as a Cake Tool

HashBrowns

.NET Publish

HashBrowns is a library to help simplify encryption within .Net.

Basic Usage

To use the library you first need to set up things on the ServiceCollection. Thankfully this only takes one call to do:

serviceCollection.RegisterHashBrowns();
				

This is required prior to using the CryptoManager or extension methods class for the first time. Once it is set up, you can use the CryptoManager class after getting an instance from the IoC container:

var Instance = cryptoManagerInstance.Encrypt(...);

However instead of having the IoC container create the class, you can also use the extension methods found in the HashBrowns namespace:

var EncryptedData = "My string that I want to encrypt".Encrypt(Key, Salt, HashingAlgorithm, NumberIterations, InitialVector, KeySize, EncryptionAlgorithm);

Similarly you can decrypt:

var DecryptedData = EncryptedData.Decrypt(Key, Salt, HashingAlgorithm, NumberIterations, InitialVector, KeySize, EncryptionAlgorithm);

Also hashing is available:

var MyHashedValue = "Example data".Hash(HashingAlgorithm);

Installation

The library is available via Nuget with the package name "HashBrowns". To install it run the following command in the Package Manager Console:

Install-Package HashBrowns

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
4.0.0 124 11/24/2024
3.0.100 115 11/12/2024
3.0.99 127 11/11/2024
3.0.98 106 11/5/2024
3.0.97 109 11/4/2024
3.0.96 112 10/30/2024
3.0.95 103 10/29/2024
3.0.94 104 10/29/2024
3.0.93 105 10/15/2024
3.0.92 111 10/10/2024
3.0.91 110 10/9/2024
3.0.90 122 8/29/2024
3.0.89 133 8/26/2024
3.0.88 146 8/23/2024
3.0.87 146 8/22/2024
3.0.86 149 8/21/2024
3.0.85 136 8/19/2024
3.0.84 143 8/14/2024
3.0.83 83 8/2/2024
3.0.82 97 7/25/2024
3.0.81 112 7/10/2024
3.0.80 126 6/26/2024
3.0.79 119 6/25/2024
3.0.78 126 6/18/2024
3.0.77 123 6/17/2024
3.0.76 119 6/14/2024
3.0.75 115 6/13/2024
3.0.74 122 6/12/2024
3.0.73 123 5/30/2024
3.0.72 123 5/29/2024
3.0.71 119 5/16/2024
3.0.70 127 5/15/2024
3.0.69 141 5/7/2024
3.0.68 138 5/6/2024
3.0.67 96 5/2/2024
3.0.66 121 5/1/2024
3.0.65 151 4/30/2024
3.0.64 123 4/29/2024
3.0.63 139 4/11/2024
3.0.62 134 4/10/2024
3.0.61 146 3/29/2024
3.0.60 130 3/28/2024
3.0.59 154 3/15/2024
3.0.58 149 3/14/2024
3.0.57 124 3/13/2024
3.0.56 151 3/8/2024
3.0.55 135 3/7/2024
3.0.54 123 3/6/2024
3.0.53 143 3/5/2024
3.0.52 145 3/4/2024
3.0.51 155 2/28/2024
3.0.50 136 2/27/2024
3.0.49 146 2/23/2024
3.0.48 143 2/22/2024
3.0.47 147 2/21/2024
3.0.46 140 2/20/2024
3.0.45 124 2/15/2024
3.0.44 149 2/9/2024
3.0.43 141 2/7/2024
3.0.42 142 2/6/2024
3.0.41 129 2/5/2024
3.0.40 122 1/31/2024
3.0.39 124 1/30/2024
3.0.38 116 1/23/2024
3.0.37 123 1/22/2024
3.0.36 148 1/11/2024
3.0.35 190 12/13/2023
3.0.34 155 12/12/2023
3.0.33 166 11/23/2023
3.0.32 140 11/20/2023
3.0.31 158 11/17/2023
3.0.30 136 11/16/2023
3.0.29 129 11/7/2023
3.0.28 137 11/6/2023
3.0.27 144 10/31/2023
3.0.26 136 10/30/2023
3.0.25 144 10/25/2023
3.0.24 163 10/11/2023
3.0.23 161 9/25/2023
3.0.22 144 9/19/2023
3.0.21 153 9/18/2023
3.0.20 164 9/13/2023
3.0.19 146 9/12/2023
3.0.18 157 9/11/2023
3.0.17 136 9/6/2023
3.0.16 149 9/5/2023
3.0.15 174 9/4/2023
3.0.14 165 9/1/2023
3.0.13 150 8/31/2023
3.0.12 176 8/30/2023
3.0.11 167 8/29/2023
3.0.10 198 8/28/2023
3.0.9 191 8/22/2023
3.0.8 173 8/17/2023
3.0.7 190 8/9/2023
3.0.6 181 8/8/2023
3.0.5 172 8/7/2023
3.0.4 181 7/25/2023
3.0.3 163 7/14/2023
3.0.2 198 7/13/2023
3.0.1 210 7/12/2023
3.0.0 333 12/12/2022
2.0.7 487 6/6/2022
2.0.5 491 1/11/2022
2.0.3 493 1/7/2021
2.0.2 623 9/13/2020
2.0.1 557 3/25/2020
2.0.0 579 12/23/2019
1.0.3 859 11/8/2018
1.0.2 779 11/6/2018