CryptoTools.Cryptography 2.0.2

dotnet add package CryptoTools.Cryptography --version 2.0.2
                    
NuGet\Install-Package CryptoTools.Cryptography -Version 2.0.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="CryptoTools.Cryptography" Version="2.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CryptoTools.Cryptography" Version="2.0.2" />
                    
Directory.Packages.props
<PackageReference Include="CryptoTools.Cryptography" />
                    
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 CryptoTools.Cryptography --version 2.0.2
                    
#r "nuget: CryptoTools.Cryptography, 2.0.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.
#addin nuget:?package=CryptoTools.Cryptography&version=2.0.2
                    
Install CryptoTools.Cryptography as a Cake Addin
#tool nuget:?package=CryptoTools.Cryptography&version=2.0.2
                    
Install CryptoTools.Cryptography as a Cake Tool

CryptoTools.Cryptography provides tons of easy to use wrappers for Asymmetric / Symmetric / Hashing / Encoding and more. Provides easy utilities to encrypt Blobs, password generation, string encryption as required by our applications. All of these classes are configurable using an 'Options' model to configure and customize the Salt, IVSalt, Initialization Vectors, Hash Fingerprints, Key Salts and most other options. This class is an absolute must for our developers as it provide uniform and very simple interfaces as an alternative to the built in .NET Apis. In most case these classes wrap and use the built in .NET libraries and has not third party dependencies.

Crypto Power Tools - C# / .Net Core 2.0 Developer re-usable libraries & tools for creating powerful, lightweight, secure, private and secure applications.

We are developing these foundation components as building blocks to server both productivity benefits and transparency to our clients and customers. We hope that by sharing this source we can build trust in the community with the benefit of helping other projects to incorporate tested, proven software components into their own solutions with minimal risk.

There are complete Unit Tests and source code on Github. We encourage you to download and explore as your wish.

Our long term goals of our open source software is to encourage other developers to contribute to these community components to provide an even more SOLID and productive starting point for new and existing projects within their own organization.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CryptoTools.Cryptography:

Package Downloads
CryptoTools.CryptoFiles

CryptoTools.CryptoFiles contains helpers to allow an application to create a unique data file that is fully encrypted, secure to be used where custom file format is required. Although, this functionality might not be that common in the community many of our custom application use this level of obsfuscation and privacy as an added layer of protection for mission critical applications. You can custom the files using custom headers, footers as per application requirement. Crypto Power Tools - C# / .Net Core 2.0 Developer re-usable libraries & tools for creating powerful, lightweight, secure, private and secure applications. We are developing these foundation components as building blocks to server both productivity benefits and transparency to our clients and customers. We hope that by sharing this source we can build trust in the community with the benefit of helping other projects to incorporate tested, proven software components into their own solutions with minimal risk. There are complete Unit Tests and source code on Github. We encourage you to download and explore as your wish. Our long term goals of our open source software is to encourage other developers to contribute to these community components to provide an even more SOLID and productive starting point for new and existing projects within their own organization.

CryptoTools.CryptoArchivers

CryptoTools.Archivers contains reusable code to zip, unzip, compress, uncompress files and directories using a very simple one or two lines of code. It also makes it easy to either write the output to a file OR return the raw bytes if you would like to store the zip/compressed data into the cloud or a database. Archivers also provides a generic interface base class to abstract this functionality simply by implementing your own code as required that will plug into this archiver. Crypto Power Tools - C# / .Net Core 2.0 Developer re-usable libraries & tools for creating powerful, lightweight, secure, private and secure applications. We are developing these foundation components as building blocks to server both productivity benefits and transparency to our clients and customers. We hope that by sharing this source we can build trust in the community with the benefit of helping other projects to incorporate tested, proven software components into their own solutions with minimal risk. There are complete Unit Tests and source code on Github. We encourage you to download and explore as your wish. Our long term goals of our open source software is to encourage other developers to contribute to these community components to provide an even more SOLID and productive starting point for new and existing projects within their own organization.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 1,538 12/8/2019
2.0.1 1,361 7/13/2019