PeterO.Cbor
3.0.1
A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 7049.
Advisory: https://github.com/advisories/GHSA-cxw4-9qv9-vx5h | Severity: high |
Use PeterO.Cbor version 4.1.0 (or the latest available version) rather than this legacy version.
See the version list below for details.
Install-Package PeterO.Cbor -Version 3.0.1
dotnet add package PeterO.Cbor --version 3.0.1
<PackageReference Include="PeterO.Cbor" Version="3.0.1" />
paket add PeterO.Cbor --version 3.0.1
#r "nuget: PeterO.Cbor, 3.0.1"
Release Notes
Version 3.0.1
- Really strong-name sign the assembly, which (probably) was inadvertently delay-signed in version 3.0.
Version 3.0.0
- Moved from .NET Portable to .NET Standard 1.0.
- Deprecated arbitrary-precision classes in PeterO namespace; use the classes from the "PeterO.Numbers" library and namespace instead. In particular, methods that used the former classes were deprecated and often replaced with versions that use the newer classes.
- Change JSON output behavior slightly, including preserving negative zero
- Hash code calculation was changed in this version
- Deprecated OutermostTag in favor of MostOuterTag in CBORObject
- Deprecated InnermostTag in favor of MostInnerTag in CBORObject
- Bug fixes
A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 7049.
According to that RFC, CBOR's data model "is an extended version of the JSON data model", supporting many more types of data than JSON.
This implementation was written by Peter O. and is released to the Public Domain under the CC0 Declaration.
This implementation also doubles as a reader and writer of JSON, and can convert data from JSON to CBOR and back.
Dependencies
-
- PeterO.Numbers (>= 1.0.0)
Used By
NuGet packages (12)
Showing the top 5 NuGet packages that depend on PeterO.Cbor:
Package | Downloads |
---|---|
AWSSDK.DAX.Client
AWS DynamoDB Accelerator (DAX) .NET Client -- DAX is a fully managed, in-memory cache for DynamoDB.
|
|
Fido2
FIDO2 .NET library (WebAuthn)
|
|
Com.AugustCellars.COSE
An implementation of the CBOR Object Signing and Encryption standards.
|
|
Ipfs.Engine
An embedded IPFS engine for .Net
|
|
DSInternals.Common
This package is shared between all other DSInternals packages. Its main features are Azure AD Graph API and ADSI clients for for retrieval of cryptographic material. It contains implementations of common hash functions used by Windows, including NT hash, LM hash and OrgId hash. It also contains methods for SysKey/BootKey retrieval.
|
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on PeterO.Cbor:
Repository | Stars |
---|---|
MichaelGrafnetter/DSInternals
Directory Services Internals (DSInternals) PowerShell Module and Framework
|
|
abergs/fido2-net-lib
FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET
|
Version History
Version | Downloads | Last updated | |
---|---|---|---|
4.3.0 | 5,505 | 12/7/2020 | |
4.2.0 | 11,891 | 7/18/2020 | |
4.1.3 | 18,209 | 5/27/2020 | |
4.1.2 | 4,519 | 4/25/2020 | |
4.1.1 | 600 | 4/15/2020 | |
4.1.0 | 44,064 | 12/15/2019 | |
4.0.0 | 13,194 | 9/3/2019 | |
3.5.2 | 11,118 | 7/4/2019 | |
3.5.1 | 719 | 7/1/2019 | |
3.5.0 | 3,058 | 6/2/2019 | |
3.4.0-beta1 | 834 | 10/1/2018 | |
3.3.0 | 4,733 | 9/3/2018 | |
3.2.0 | 972 | 7/30/2018 |