Lpd 1.0.0

dotnet add package Lpd --version 1.0.0                
NuGet\Install-Package Lpd -Version 1.0.0                
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="Lpd" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Lpd --version 1.0.0                
#r "nuget: Lpd, 1.0.0"                
#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.
// Install Lpd as a Cake Addin
#addin nuget:?package=Lpd&version=1.0.0

// Install Lpd as a Cake Tool
#tool nuget:?package=Lpd&version=1.0.0                

Lpd - Overview

  • You may use this class library for GDPR and/or PCI DSS requirements implementation in your apps

GDPR requirements highly short description (about data saving only)

  • We should save sensitive data as crypted
  • Sensitive data in Logs should be crypted
  • All activities with sensitive data should be logged
  • You may find demo impmlementation of all items in the Lpd - examples

Lpd - Overview of classes

  • This package provides a class library that implements basic Encrypt/Decrypt algoritms.
  • Library supports
  • StringsEncryptionHelper includes Encodings
  • StreamsEncryptionHelper
  • BytesEncryptionHelper
  • ObjectsEncryption (you may skip properties via CiphIgnored attribute, and set Encoding via attribute Encoding)
  • FilesEncryptionHelper supports CSV (Include Encoding), text (Include Encoding) and binary (not optimized for big files) files
  • Limited version of DeepCopy is used, it should be enough for DAL/DTO objects
  • Library tested for .net462 and .core 8

Lpd - Examples

  • You may find examples on github about every EncryptionHelper
  • 3-tier app for .net462, database LiteDB (NoSql)
  • 3-tier app for .core 8, database SqLite (Sql), EF was used
  • Feel free to find apps on https://github.com/qart2003/Lpd

Lpd - Limited version of DeepCopy

  • It's enough for GDPR, PCI DSS data objects and so on
  • Code is used from this link https://www.codeproject.com/Articles/1111658/Fast-Deep-Copy-by-Expression-Trees-C-Sharp
  • The code limitations:
  • Works for .NET 4 and higher(C# 4.0 and higher)
  • Does not copy delegates and events(leaves null instead)
  • Fails on ComObjects(e.g.on some WPF dispatcher subobjects or Excel Interop)
  • Fails on any unmanaged object (e.g.from some external C++ library)
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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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
1.0.0 68 11/13/2024