Isopoh.Cryptography.Argon2 by: Michael Heyman
  • 700 total downloads
  • Latest version: 2.0.0
  • argon2 hash password crypto cryptography
Argon2 Password Hasher written in C#. Uses Isopoh.Cryptography.Blake2 for hashing and Isopoh.Cryptography.SecureArray to protect sensitive data.
Isopoh.Cryptography.Blake2b by: Michael Heyman
  • 578 total downloads
  • Latest version: 2.0.0
  • blake2 blake2b hash crypto cryptography
Blake2 hash for sensitive data. Uses Isopoh.Cryptography.SecureArray to assure sensitive data gets wiped from RAM and, if the operating system allows, never gets written to disk.
Isopoh.Cryptography.SecureArray by: Michael Heyman
  • 602 total downloads
  • Latest version: 2.0.0
  • sensitive array
A managed class that can hold an array in RAM and zero it on disposal. The code has the capability to throw if it cannot lock the array in RAM or gracefully degrade to merely pinning the memory to prevent the CLR from moving it and risking exposure to other part of the executable.
itext by: Apryse Software
  • 28 total downloads
  • Latest version: 9.7.0
  • itext itext7 itextsharp c# .net csharp pdf itextcore core fdf xfa acroform forms svg digital-signatures signing security accessibility opensource open source
iText represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high- and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText can be a boon to nearly every workflow. iText allows you to build custom PDF scenarios for web, mobile, desktop or cloud apps in .NET.
itext.commons by: Apryse Software
  • 46 total downloads
  • Latest version: 9.7.0
  • itext itext7 itextsharp c# .net csharp
Commons module
itext7 by: Apryse Software
  • 183 total downloads
  • Latest version: 9.7.0
  • itext itext7 itextsharp c# .net csharp pdf itextcore core fdf xfa acroform forms svg digital-signatures signing security accessibility opensource open source
iText represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high- and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText can be a boon to nearly every workflow. iText allows you to build custom PDF scenarios for web, mobile, desktop or cloud apps in .NET.
itext7.commons by: Apryse Software
  • 68 total downloads
  • Latest version: 9.7.0
  • itext itext7 itextsharp c# .net csharp
Commons module
iTextSharp by: iText Software
  • 1.05k total downloads
  • Latest version: 5.5.13.6
  • itext itextsharp c# .net csharp pdf
PLEASE NOTE: iTextSharp is EOL, and has been replaced by iText. Only security fixes will be added We HIGHLY recommend customers use iText for new projects, and to consider moving existing projects from iTextSharp to iText to benefit from the many improvements such as: - HTML to PDF (PDF/A) conversion - PDF Redaction - SVG support - Better language support (Indic, Thai, Khmer, Arabic, Hebrew) - PDF Debugging for your IDE - Data Extraction - Better continued support and bugfixes - More modular, extensible handling of your document workflow - Extra practical add-ons - Encryption, hashing and digital signatures iText is a PDF library that allows you to CREATE, ADAPT, INSPECT and MAINTAIN documents in the Portable Document Format (PDF), allowing you to add PDF functionality to your software projects with ease. We even have documentation to help you get coding. iText is available under AGPL and Commercial license. iText Community: https://www.nuget.org/packages/itext/ iText is a complete re-write of iText 5, allowing you to choose your adventure with add-ons, all based on a simple, modular code structure that is easy to use and well documented. iText includes pdfDebug, the first debugging tool that gives you a clear overview of your content streams and document structure as well as pdfCalligraph, allowing you to leverage advanced typography. Several iText engineers are actively supporting the project on StackOverflow: https://stackoverflow.com/questions/tagged/itext
JetBrains.Annotations by: JetBrains
  • 1.913k total downloads
  • Latest version: 2026.2.0
  • jetbrains resharper rider annotations canbenull notnull
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
JetBrains.FormatRipper by: Mikhail Pilin, Konstantin Kretov
  • 60 total downloads
  • Latest version: 2.4.0
  • jetbrains compound elf mach-o msi pe dmg parse windows linux macos netstandard netframework
The cross-platform open-source library for parsing executable and shared-library files. It supports the Compound, ELF, Mach-O, Fat Mach-O, DMG, MSI, and PE formats, providing useful information about their internals.
JetBrains.HabitatDetector by: Mikhail Pilin
  • 92 total downloads
  • Latest version: 1.5.0
  • jetbrains windows linux macos freebsd netstandard netframework
The cross-platform open-source library for detecting habitat information.
JetBrains.Profiler.Api by: Mikhail Pilin, Ilia Kirianovskii
  • 175 total downloads
  • Latest version: 1.4.13
  • jetbrains profiler profiling performance memory coverage net dotnet netcore dotnetcore netstandard windows uwp macos mac linux musl glibc x86 x64 arm arm64 x86-64 x86_64 aarch64
JetBrains Profiler API allows you to control profiling sessions right from the code of your application. Use this API in conjunction with JetBrains dotTrace, JetBrains dotMemory, or JetBrains dotCover. This API can also be used in conjunction with JetBrains Self-Profiling API.
jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 142 total downloads
  • Latest version: 1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package. This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI. Example project that targets multiple frameworks: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" /> <PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" /> </ItemGroup> </Project>
Json.More.Net by: Greg Dennis
  • 968 total downloads
  • Latest version: 3.0.1
  • json system.text.json json.more
Provides extended functionality for the System.Text.Json namespace.
Json.Net by: Onur Barlık
  • 969 total downloads
  • Latest version: 1.0.33
  • json, jsonnet, minimalistic
A minimalistic JSON handler library.
JsonExtensions by: Tyrrrz
  • 174 total downloads
  • Latest version: 1.2.3
  • system.text.json system text json extensions parsing deserialization serialization
Various extensions to enhance System.Text.Json.
JsonPatch.Net by: Greg Dennis
  • 1.06k total downloads
  • Latest version: 5.0.3
  • json-patch jsonpatch json
JSON Patch built on the System.Text.Json namespace
JsonPointer.Net by: Greg Dennis
  • 1.3k total downloads
  • Latest version: 7.0.3
  • json-pointer json pointer
JSON Pointer built on the System.Text.Json namespace
JsonSchema.Net by: Greg Dennis
  • 5.322k total downloads
  • Latest version: 9.4.0
  • json-schema validation schema json
JSON Schema built on the System.Text.Json namespace
JsonSchema.Net.Generation by: Greg Dennis
  • 2.536k total downloads
  • Latest version: 7.3.11
  • json-schema validation schema json generation schema-generation
Extends JsonSchema.Net to provide schema generation functionality