EscNet 10.0.0

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

EscNet

<br> <p align="center"> <img src="https://i.ibb.co/Gk9vTZF/Esc-Net-Icon.jpg" alt="Wallpaper Blog" width="300px"> </p> <br>

<p align="center"> <strong>A lightweight open-source micro framework for .NET designed to simplify common tasks in commercial applications.</strong>

</p>

<p align="center"> <a href="https://github.com/Eschechola/EscNet/actions/workflows/dotnet.yml"> <img src="https://github.com/Eschechola/EscNet/actions/workflows/dotnet.yml/badge.svg" alt="Tests"> </a> <a href="https://www.nuget.org/packages/EscNet/"> <img src="https://img.shields.io/nuget/v/EscNet" alt="NuGet Version"> </a> <a href="https://www.nuget.org/packages/EscNet/"> <img src="https://img.shields.io/nuget/dt/EscNet" alt="NuGet Downloads"> </a> <a href="https://github.com/Eschechola/EscNet/blob/main/LICENSE"> <img src="https://img.shields.io/github/license/Eschechola/EscNet" alt="License"> </a> </p>


<br>

About

EscNet is an open-source micro framework built on .NET Standard, making it compatible with both:

  • .NET Core / .NET
  • .NET Framework

<br> The goal of EscNet is to simplify everyday development tasks commonly required in enterprise applications, such as:

  • Email sending
  • Cryptography utilities
  • Hashing algorithms
  • Logging
  • Security utilities

The framework is continuously evolving and new features are under development.

EscNet was created and is maintained by
Lucas Eschechola

🔗 LinkedIn
https://www.linkedin.com/in/lucas-eschechola


<br>

Installation

EscNet is available on NuGet.

.NET CLI

dotnet add package EscNet

Package Manager

Install-Package EscNet

Or access directly via NuGet:

https://www.nuget.org/packages/EscNet/


<br>

Features

Currently the framework includes the following modules:

Email

  • SMTP email sending utilities

Cryptography

  • Rijndael encryption
  • Caesar cipher

Hashing Algorithms

  • SHA1
  • Argon2Id
  • SCrypt
  • BCrypt

<br> Additional features such as logging and reporting utilities are under development.


<br>

Documentation

Detailed documentation and usage examples are available in the project wiki.


<br>

Security Issues

If you discover a security vulnerability or bug, please report it privately.

You can contact me through:

📧 lucas.eschechola@outlook.com
📧 suporte@eschechola.com.br

Or via LinkedIn:

https://www.linkedin.com/in/lucas-eschechola

Responsible disclosure helps keep the project safe for everyone.


<br>

Learning Resources

If you'd like to learn more about .NET development, ASP.NET Core, and Microsoft technologies, feel free to visit my blog:

🌐 https://eschechola.com.br

There you will find:

  • Technical articles
  • Development tutorials
  • Podcasts about .NET and software architecture

<br><br> <p align="center"> © 2026 Lucas Eschechola </p>

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.

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
10.0.0 42 3/12/2026
9.0.0 262 2/27/2025
8.0.0 626 2/27/2025
7.0.0 2,856 7/3/2023
6.0.1 9,518 12/8/2021
6.0.0 637 12/8/2021
5.0.1 1,522 12/8/2021
5.0.0 507 12/8/2021
3.1.1 688 12/8/2021
3.1.0 482 12/8/2021
1.0.1 3,843 3/1/2021 1.0.1 is deprecated because it is no longer maintained and has critical bugs.