paseto-dotnet icon indicating copy to clipboard operation
paseto-dotnet copied to clipboard

🔑 Paseto.NET, a Paseto (Platform-Agnostic Security Tokens) implementation for .NET

Results 40 paseto-dotnet issues
Sort by recently updated
recently updated
newest added

Created some Benchmarks that cover both versions of .net, all protocol versions, both purposes and each form of encode/decode. Not sure how to structure/name it so created a benchmarks folder...

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.1. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.1 See the release notes here. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here....

dependencies
minor

Improve the documentation, especially around the use of the keys. See [here](https://stackoverflow.com/questions/72145907/creating-public-paseto-token-in-asp-net-core) for an example. Excerpt: ... > I'm using Paseto.Core Nuget from https://github.com/daviddesmet/paseto-dotnet, and I'm trying to create v4...

docs

# PASERK Type: secret-pw This PASERK is a secret key intended for `public` PASETOs, encrypted with a password. ## Format k[version].secret-pw.[data] Where `[data]` is the base64url-encoded payload, defined by each...

enhancement
pinned
minor

# PASERK Type: secret-wrap This PASERK is a secret key intended for `public` PASETOs, encrypted with a symmetric wrapping key. ## Format k[version].secret-wrap.[prefix].[encrypted key] ### ID Serialization See [sid](https://github.com/paseto-standard/paserk/blob/master/types/sid.md). ##...

enhancement
pinned
minor

# PASERK Type: local-pw This PASERK is a key intended for `local` PASETOs, encrypted with a password. ## Format k[version].local-pw.[data] Where `[data]` is the base64url-encoded payload, defined by each version....

enhancement
pinned
minor

# PASERK Type: local-wrap This PASERK is a secret key intended for `local` PASETOs, encrypted with a symmetric wrapping key. ## Format k[version].local-wrap.[prefix].[encrypted key] ### ID Serialization See [lid](https://github.com/paseto-standard/paserk/blob/master/types/lid.md). ##...

enhancement
pinned
minor

# PASERK Type: pid This kind of PASERK serves as a pointer to another PASERK, which is in turn intended for `public` PASETOs. This is for serializing **public keys** in...

enhancement
pinned
minor

# PASERK Type: sid This kind of PASERK serves as a pointer to another PASERK, which is in turn intended for `public` PASETOs. This is for serializing **secret keys** in...

enhancement
pinned
minor

# PASERK Type: seal This PASERK is a secret key intended for `local` PASETOs, encrypted with an asymmetric wrapping key. ## Format k[version].seal.[data] ### ID Serialization See [lid](https://github.com/paseto-standard/paserk/blob/master/types/lid.md). ## Operations...

enhancement
pinned
minor