Alis.Core.Aspect.Security 0.6.8

Prefix Reserved
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Alis.Core.Aspect.Security --version 0.6.8
                    
NuGet\Install-Package Alis.Core.Aspect.Security -Version 0.6.8
                    
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="Alis.Core.Aspect.Security" Version="0.6.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Alis.Core.Aspect.Security" Version="0.6.8" />
                    
Directory.Packages.props
<PackageReference Include="Alis.Core.Aspect.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 Alis.Core.Aspect.Security --version 0.6.8
                    
#r "nuget: Alis.Core.Aspect.Security, 0.6.8"
                    
#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 Alis.Core.Aspect.Security@0.6.8
                    
#: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=Alis.Core.Aspect.Security&version=0.6.8
                    
Install as a Cake Addin
#tool nuget:?package=Alis.Core.Aspect.Security&version=0.6.8
                    
Install as a Cake Tool

alternate text is missing from this package README image

Coverage Lines of Code Maintainability Rating Code Smells Technical Debt Security Rating Bugs Reliability Rating Duplicated Lines (%) Vulnerabilities GitHub issues License Web Nuget Total downloads GitHub Stars Donate

Develop the video games of your dreams 💯 free!! on Windows, MacOS, Linux, Android(soon), IOS(soon).

📚 Alis.Core.Aspect.Security


⚙️ Modular Design

All modules within the Alis framework, including Alis.Core.Aspect.Security, are fully independent and can be used separately. While the primary focus of Alis is game development, these modules are designed to be versatile and can be integrated into other types of applications or environments where security, encryption, or data integrity are required.


🖥️ Platform Compatibility

The Alis framework, including Alis.Core.Aspect.Security, is designed to support a wide range of platforms, ensuring flexibility and adaptability for developers. Each module is optimized for seamless integration across the following architectures and operating systems:

Supported Platforms:
  • Windows
    • win-x64
    • win-x86
    • win-arm64
  • Linux
    • linux-x64
    • linux-musl-x64
    • linux-arm
    • linux-arm64
    • linux-musl-arm
    • linux-musl-arm64
  • macOS
    • osx-x64
    • osx-arm64

📖 Description

Alis.Core.Aspect.Security is a module within the Alis framework that provides types for handling secure data types, offering encrypted data operations to enhance security in applications. This module includes types like SecureDouble, SecureFloat, SecureInt, SecureLong, SecureDecimal, SecureString, and SecureChar, all designed to offer safer handling of primitive data types.

Features:

  • Secure Data Handling: Secure versions of common primitive data types.
  • Enhanced Security: These types protect against unauthorized access and modification of sensitive data.
  • Main Classes:
    • SecureDouble: A secure representation of a double.
    • SecureFloat: A secure representation of a float.
    • SecureInt: A secure representation of an integer.
    • SecureLong: A secure representation of a long integer.
    • SecureDecimal: A secure representation of a decimal.
    • SecureString: A secure representation of a string.
    • SecureChar: A secure representation of a character.

🚀 Getting Started

To start using Alis.Core.Aspect.Security, simply install the package:

dotnet add package Alis.Core.Aspect.Security

Basic Usage Example:

public static void Main(string[] args)
{
    // SecureDouble usage
    SecureDouble secureDouble = 10.0;
    secureDouble += 20.0;

    // SecureFloat usage
    SecureFloat secureFloat = 10.0f;
    secureFloat += 20.0f;

    // SecureInt usage
    SecureInt secureInt = 10;
    secureInt += 20;

    // SecureLong usage
    SecureLong secureLong = 10L;
    secureLong += 20L;

    // SecureDecimal usage
    SecureDecimal secureDecimal = 10.0m;
    secureDecimal += 20.0m;

    // SecureString usage
    SecureString secureString = new SecureString("Hello");

    // SecureChar usage
    SecureChar secureChar = new SecureChar('W');
    secureChar = 'W';
}

🛡️ License

The ALIS framework is released under the GNU General Public License v3 (GPL-3.0), a strong copyleft license that ensures your freedom to use, modify, and distribute the framework while preserving the same license terms. Below is an explanation of how the license affects you as a developer:

License

Key License Points

  • Complete Freedom for Developers:
    Any software created with the ALIS framework is completely free and unrestricted. You are free to create, publish, and distribute your applications without any licensing fees or royalties.

  • Source Code Availability:
    If you make modifications to the ALIS framework itself or integrate it as part of a larger software project, you are required to make those changes publicly available under the same GPL-3.0 license.


Contributor Guide

Thank you for investing your time in contributing to our project! Any contribution you make will be reflected. Read our Code of Conduct to keep our community approachable and respectable.

alternate text is missing from this package README image

Authors

Pablo Perdomo Falcón
Pablo Perdomo Falcón

Collaborators

Raúl Lozano Ponce Juan Ángel Trujillo Jiménez Pablo Perdomo Falcón Christian García RicardoVillarta
Raúl Lozano Ponce Juan Ángel Trujillo Jiménez Pablo Perdomo Falcón Christian García RicardoVillarta
Gabriel Pedro D.GR Claudia2000pf Carlos Roser Almenar
Gabriel Pedro D.GR Claudia2000pf Carlos Roser Almenar
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  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.  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 is compatible.  netcoreapp2.2 is compatible.  netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Loading failed