ArkticFish.BitShiftEncryption
1.5.1
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
<PackageReference Include="ArkticFish.BitShiftEncryption" Version="1.5.1" />
paket add ArkticFish.BitShiftEncryption --version 1.5.1
#r "nuget: ArkticFish.BitShiftEncryption, 1.5.1"
// 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 | Versions 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. |
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 1.5.1 brings multitask encryption that makes the encryption much faster.