MailChimp.Net.V3
by: Brandon Seydel
- 202 total downloads
- Latest version: 5.3.1
A .NET Wrapper for Mail Chimp v3.0 API
IdentityModel.OidcClient
by: Dominick Baier Brock Allen
- 120 total downloads
- Latest version: 2.9.0
Package Description
Hocon
by: Akka.NET Team
- 8.942k total downloads
- Latest version: 2.0.4
HOCON (Human-Optimized Config Object Notation) core API implementation. For full access inside your application, install the Hocon.Configuration package.
IdentityModel.AspNetCore.ScopeValidation
by: Dominick Baier Brock Allen
- 675 total downloads
- Latest version: 1.1.1
ASP.NET Core Middleware for validating scope claims
MailKit
by: Jeffrey Stedfast
- 8.65k total downloads
- Latest version: 2.1.1
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.
Features include:
* Socks4, Socks4a and Socks5 proxy support.
* SASL Authentication via SCRAM-SHA-256, SCRAM-SHA-1, NTLM, DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN, and XOAUTH2.
* A fully-cancellable SmtpClient with support for STARTTLS, 8BITMIME, BINARYMIME, ENHANCEDSTATUSCODES, SIZE, DSN, PIPELINING and SMTPUTF8.
* A fully-cancellable Pop3Client with support for STLS, UIDL, APOP, PIPELINING, UTF8, and LANG.
* A fully-cancellable ImapClient with support for ACL, QUOTA, LITERAL+, IDLE, NAMESPACE, ID, CHILDREN, LOGINDISABLED, STARTTLS, MULTIAPPEND, UNSELECT, UIDPLUS, CONDSTORE, ESEARCH, SASL-IR, COMPRESS, WITHIN, ENABLE, QRESYNC, SORT, THREAD, LIST-EXTENDED, ESORT, METADATA / METADATA-SERVER, NOTIFY, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE / CREATE-SPECIAL-USE, SEARCH=FUZZY, MOVE, UTF8=ACCEPT / UTF8=ONLY, LITERAL-, APPENDLIMIT, STATUS=SIZE, OBJECTID, XLIST, and X-GM-EXT1.
* Client-side sorting and threading of messages (the Ordinal Subject and the Jamie Zawinski threading algorithms are supported).
* Asynchronous versions of all methods that hit the network.
* S/MIME, OpenPGP and DKIM signature support via MimeKit.
* Microsoft TNEF support via MimeKit.
K4os.Compression.LZ4.Streams
by: Milosz Krajewski
- 23 total downloads
- Latest version: 1.2.6
Port of LZ4 compression algorithm for .NET
Iced
by: iced project and contributors <https://github.com/icedland>
- 478 total downloads
- Latest version: 1.17.0
iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#.
- 👍 Supports all Intel and AMD instructions
- 👍 Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed
- 👍 100% C# code
- 👍 The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output
- 👍 The decoder is 2x+ faster than other similar libraries and doesn't allocate any memory
- 👍 Small decoded instructions, only 32 bytes
- 👍 Create instructions with code assembler, eg. `asm.mov(eax, edx)`
- 👍 The encoder can be used to re-encode decoded instructions at any address
- 👍 API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc
- 👍 Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+`
- 👍 License: MIT
Humanizer.Core
by: Mehdi Khalili Claire Novotny
- 9.855k total downloads
- Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
IdentityModel
by: Dominick Baier Brock Allen
- 344 total downloads
- Latest version: 3.10.0
OpenID Connect & OAuth 2.0 client library
Libuv
by: Libuv
- 92 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
Irony.NetCore
by: daxnet
- 85 total downloads
- Latest version: 1.0.11
Irony.NetCore is a .NET Core compatible version of the Irony framework initially developed and maintained by Roman Ivantsov. Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.
LightInject
by: Bernhard Richter
- 4 total downloads
- Latest version: 5.4.0
An ultra lightweight Inversion of Control container for the .Net framework. See LightInject.Source for the source distribution.
JWT
by: Alexander Batishchev John Sheehan Michael Lehenbauer
- 101 total downloads
- Latest version: 8.8.1
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
LinqKit
by: Joseph Albahari Tomas Petricek Scott Smith Tuomas Hietanen Stef Heyenrath
- 44 total downloads
- Latest version: 1.1.17
LinqKit.EntityFramework contains extensions for LINQ to SQL and Entity Framework. Include(...) and IAsync are supported.
jose-jwt
by: Dmitry Vsekhvalnov
- 15 total downloads
- Latest version: 3.0.0
Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET
Ultimate Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET. Minimallistic. Zero-dependency. Full suite of signature and encryption algorithms.
Supports generating, decoding, encryption and compression of JSON Web Tokens. JSON parsing agnostic. Supports two-phase validation. FIPS compliant. Unencoded payload and detached content support (RFC 7797).
CLR supported algorithms
Signing:
- HMAC signatures with HS256, HS384 and HS512.
- ECDSA signatures with ES256, ES384 and ES512.
- RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512.
- RSASSA-PSS signatures (probabilistic signature scheme with appendix) with PS256, PS384 and PS512.
- NONE (unprotected) plain text algorithm without integrity protection
Encryption:
- RSAES OAEP 256 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
- RSAES OAEP encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
- RSAES-PKCS1-V1_5 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
- Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM
- A128KW, A192KW, A256KW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM
- A128GCMKW, A192GCMKW, A256GCMKW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM
- ECDH-ES encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM
- ECDH-ES+A128KW, ECDH-ES+A192KW, ECDH-ES+A256KW encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM
- PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
Compression:
- DEFLATE compression
RFC 7797:
- Unencoded payload
- Detached content
CORECLR supported algorithms
Signing:
- HMAC signatures with HS256, HS384 and HS512.
- ECDSA signatures with ES256, ES384 and ES512.
- RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512.
- NONE (unprotected) plain text algorithm without integrity protection
Encryption:
- RSAES OAEP 256 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
- RSAES OAEP encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
- RSAES-PKCS1-V1_5 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM
- Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM
Compression:
- DEFLATE compression
RFC 7797:
- Unencoded payload
- Detached content
ISO3166
by: Jørn Schou-Rode
- 299 total downloads
- Latest version: 1.0.4
ISO 3166-1 is part of the ISO 3166 standard published by the International Organization for Standardization (ISO), and defines codes for the names of countries, dependent territories, and special areas of geographical interest.
This package provides a list of countries including their official English name as well as their ISO 3166 defined two-letter, three-letter and three-digit country codes. The list is accessible for any .NET language via the static field ISO3166.Country.List.
Last check against the official ISO 3166 as on https://www.iso.org/obp/ui/#search: 8th January 2020.
K4os.Compression.LZ4
by: Milosz Krajewski
- 26 total downloads
- Latest version: 1.2.6
Port of LZ4 compression algorithm for .NET
libphonenumber-csharp
by: Patrick Mézard Tom Clegg Jarrod Alexander Google libphonenumber contributors
- 8.595k total downloads
- Latest version: 8.12.38
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. http://code.google.com/p/libphonenumber/
K4os.Hash.xxHash
by: Milosz Krajewski
- 22 total downloads
- Latest version: 1.0.6
xxHash hash implementation for .NET
JetBrains.Annotations
by: JetBrains
- 5 total downloads
- Latest version: 2022.1.0
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.
All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.