ArkticFish.BitShiftEncryption 1.5.1

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

// Install ArkticFish.BitShiftEncryption as a Cake Tool
#tool nuget:?package=ArkticFish.BitShiftEncryption&version=1.5.1

Much needed performance increase with multitasking encryption.

1 Thread Time : 104132.1715 ms Time : 106800.7148 ms Time : 102999.0912 ms

2 Threads Time : 67883.6739 ms Time : 70956.6520 ms Time : 74408.9645 ms

4 Threads Time : 52235.4325 ms Time : 50972.7746 ms Time : 51610.2401 ms

8 Threads Time : 36007.3693 ms Time : 37775.2885 ms Time : 36023.2462 ms

These tests were run on the same 7.5mb image file for encryption and decryption with a key 16 chars long. The tests were run in debug mode through Visual Studio.

(Next version will support a streaming-mode)

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  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

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.6.0 659 8/10/2019
1.5.1 511 8/9/2019
1.5.0 547 7/9/2019
1.1.1 563 3/11/2019
1.0.0 557 3/8/2019

Version 1.5.1 brings multitask encryption that makes the encryption much faster.