Mody.Cryptography 1.0.1

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

Mody's Encryption

Mody's encryption is an encryption technology, used for .NET 5 or later, developed and maintained by Mody Technology.

Getting Started

The 1st step to start is to create a collection of master keys. The master keys collection may contain ranging between 8 and 64 number of master keys, and the size of each master keys may be various to each other, but ranging between 4 to 64 bytes.

The 2nd step is to create an instance of the cryptor, by calling the Cryptor.GetCryptor method (static), and passing the master keys collection to it. A cryptor can do both encryption and decryption operations. To merely perform encryption operation, the Cryptor.GetEncryptor method (static) is used. Similar to the encryptor, the Cryptor.GetDecryptor method (static) is used for decryptor.

The 3rd step is to pass the bindary data, which is desired to be encrypted, to the Encrypt method of the cryptor/encryptor instance. To decrypt the encrypted binary, which encryption is by the same mechanism, pass the encrypted binary data, which is desired to be decrypted, to the Decrypt method of the cryptor/decryptor.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • 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.0.1 311 12/18/2023
1.0.0 254 11/28/2023 1.0.0 is deprecated because it is no longer maintained.