Genocs.Security 7.2.3

Requires NuGet 5.0.0 or higher.

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

Genocs Security library

This package contains the functionalities to be used to handle standard security concerns. The libraries can be used on .NET6, .NET7, .NET8.

Description

Following an example of how the key should be.

WARNING: DO NOT USE IT IN PROD!!!

<RSAKeyValue>
    <Modulus>svbEQ96xMdgUpnkDiSaULDbM/HVFLHLc46BdyqwEzIhK+Ml2dqWq/RZIh8kLWmYwpB5gqfOya8Wid3GKIpq7Ke8ciV53qW/1ImOZZPxOtwX1mNzvIEagq80QJoMLphtU1ytPWRXvOjBdGUeTzmdV2kpHNax41n4Uv0QpOPIhzME=</Modulus>
    <Exponent>AQAB</Exponent>
    <P></P>
    <Q></Q>
    <DP></DP>
    <DQ></DQ>
    <InverseQ></InverseQ>
    <D></D>
</RSAKeyValue>"

Support

Please check the GitHub repository getting more info.

Release notes

[2024-06-15] 5.0.6

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

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Genocs.Security:

Package Downloads
Genocs.Auth

The authorization library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.2.3 163 1/20/2025
7.2.2 658 12/31/2024
7.2.1 11,259 12/15/2024
7.2.0 931 12/14/2024
7.1.0 3,714 11/29/2024
7.0.0 8,251 11/24/2024
6.4.0 14,544 11/10/2024
6.3.0 5,328 11/3/2024
6.2.0 7,653 10/22/2024
6.1.0 8,845 10/12/2024
6.0.0 881 7/31/2024
6.0.0-preview.2.0 5,242 7/19/2024
6.0.0-preview.1.0 6,163 6/19/2024
5.0.12 141 6/12/2024
5.0.11 5,241 5/19/2024
5.0.10 9,426 3/31/2024
5.0.9 1,318 2/19/2024
5.0.8 1,258 2/8/2024
5.0.6 3,069 1/23/2024
5.0.5 10,869 12/26/2023
5.0.4 10,199 12/7/2023
5.0.3 141 11/30/2023
5.0.2 136 11/28/2023
5.0.1 159 11/28/2023
5.0.0 173 11/25/2023
5.0.0-preview1.0 138 3/25/2023
5.0.0-preview.5.0 75 10/13/2023
5.0.0-preview.4.1 241 8/9/2023
5.0.0-preview.4.0 130 7/15/2023
5.0.0-preview.3.2 89 7/13/2023
5.0.0-preview.3.1 83 6/19/2023
5.0.0-preview.3.0 303 4/25/2023
5.0.0-preview.2.0 93 4/25/2023
5.0.0-preview.1.3 104 3/27/2023
5.0.0-preview.1.2 103 3/27/2023

Upgraded to NET9.0