HashBrowns 3.0.63

dotnet add package HashBrowns --version 3.0.63
NuGet\Install-Package HashBrowns -Version 3.0.63
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="3.0.63" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HashBrowns --version 3.0.63
#r "nuget: HashBrowns, 3.0.63"
#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 HashBrowns as a Cake Addin
#addin nuget:?package=HashBrowns&version=3.0.63

// Install HashBrowns as a Cake Tool
#tool nuget:?package=HashBrowns&version=3.0.63

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.AddCanisterModules();
				

This is required prior to using the CryptoManager or extension methods class for the first time. Once Canister is set up, you can use the CryptoManager class:

var Instance = Canister.Builder.Bootstrapper.Resolve<CryptoManager>().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 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
3.0.63 44 4/11/2024
3.0.62 11 4/10/2024
3.0.61 82 3/29/2024
3.0.60 72 3/28/2024
3.0.59 82 3/15/2024
3.0.58 84 3/14/2024
3.0.57 66 3/13/2024
3.0.56 78 3/8/2024
3.0.55 77 3/7/2024
3.0.54 63 3/6/2024
3.0.53 88 3/5/2024
3.0.52 91 3/4/2024
3.0.51 85 2/28/2024
3.0.50 80 2/27/2024
3.0.49 82 2/23/2024
3.0.48 82 2/22/2024
3.0.47 83 2/21/2024
3.0.46 78 2/20/2024
3.0.45 71 2/15/2024
3.0.44 84 2/9/2024
3.0.43 83 2/7/2024
3.0.42 81 2/6/2024
3.0.41 71 2/5/2024
3.0.40 74 1/31/2024
3.0.39 72 1/30/2024
3.0.38 77 1/23/2024
3.0.37 73 1/22/2024
3.0.36 101 1/11/2024
3.0.35 130 12/13/2023
3.0.34 102 12/12/2023
3.0.33 119 11/23/2023
3.0.32 101 11/20/2023
3.0.31 111 11/17/2023
3.0.30 99 11/16/2023
3.0.29 102 11/7/2023
3.0.28 92 11/6/2023
3.0.27 105 10/31/2023
3.0.26 96 10/30/2023
3.0.25 104 10/25/2023
3.0.24 118 10/11/2023
3.0.23 110 9/25/2023
3.0.22 103 9/19/2023
3.0.21 105 9/18/2023
3.0.20 113 9/13/2023
3.0.19 110 9/12/2023
3.0.18 111 9/11/2023
3.0.17 93 9/6/2023
3.0.16 112 9/5/2023
3.0.15 126 9/4/2023
3.0.14 119 9/1/2023
3.0.13 119 8/31/2023
3.0.12 132 8/30/2023
3.0.11 119 8/29/2023
3.0.10 148 8/28/2023
3.0.9 151 8/22/2023
3.0.8 131 8/17/2023
3.0.7 144 8/9/2023
3.0.6 140 8/8/2023
3.0.5 130 8/7/2023
3.0.4 136 7/25/2023
3.0.3 133 7/14/2023
3.0.2 155 7/13/2023
3.0.1 156 7/12/2023
3.0.0 279 12/12/2022
2.0.7 427 6/6/2022
2.0.5 442 1/11/2022
2.0.3 411 1/7/2021
2.0.2 556 9/13/2020
2.0.1 474 3/25/2020
2.0.0 505 12/23/2019
1.0.3 749 11/8/2018
1.0.2 677 11/6/2018