helper-net 0.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package helper-net --version 0.1.3
                    
NuGet\Install-Package helper-net -Version 0.1.3
                    
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="helper-net" Version="0.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="helper-net" Version="0.1.3" />
                    
Directory.Packages.props
<PackageReference Include="helper-net" />
                    
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 helper-net --version 0.1.3
                    
#r "nuget: helper-net, 0.1.3"
                    
#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.
#:package helper-net@0.1.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=helper-net&version=0.1.3
                    
Install as a Cake Addin
#tool nuget:?package=helper-net&version=0.1.3
                    
Install as a Cake Tool

ArrayHelper
- ConcatArrays
- SubArray
- ConstantTimeEquals

ConvensionHelper
- IntegerToLittleEndian

CryptoHelper
- Xor

PaddingHelper
- AddPkcs7
- RemovePkcs7
- AddZero
- RemoveZero

RandomHelper
- SecureRandomProvider
- RandomProvider
- Well512RandomProvider

StreamHelper
- ReadFully

ShellHelper
- Escape
- ExecuteShellCommand

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on helper-net:

Package Downloads
NaclKeys

Small library to generate libsodium-net compatible KeyPair`s and encoded public keys based on predefined formats.

securedelete-net

Class to securely delete files on a HDD (only windows based systems). Current Features: - Ability to detect the underlying hardware (to prevent overwrites on SSD's) - Overwrite files with simple random data - Resets the file times - Obfuscate file and directory names

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on helper-net:

Repository Stars
bitbeans/SimpleDnsCrypt
A simple management tool for dnscrypt-proxy
Version Downloads Last Updated
0.2.0 7,122 3/6/2018
0.1.3 2,241 4/20/2016
0.1.2 1,865 9/8/2015
0.1.1 1,329 9/5/2015
0.1.0 1,763 8/22/2015

0.1.3
* .NET Version
0.1.2
* Fixed ShellHelper
0.1.1
* Added more helper
0.1.0
* Initial release