helper-net 0.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package helper-net --version 0.1.2
NuGet\Install-Package helper-net -Version 0.1.2
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.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add helper-net --version 0.1.2
#r "nuget: helper-net, 0.1.2"
#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 helper-net as a Cake Addin
#addin nuget:?package=helper-net&version=0.1.2

// Install helper-net as a Cake Tool
#tool nuget:?package=helper-net&version=0.1.2

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 net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 4,009 3/6/2018
0.1.3 1,996 4/20/2016
0.1.2 1,620 9/8/2015
0.1.1 1,113 9/5/2015
0.1.0 1,497 8/22/2015

0.1.2
* Fixed ShellHelper
0.1.1
* Added more helper
0.1.0
* Initial release