-
GitHub provides a nice public API for pulling a user's public keys https://docs.github.com/en/rest/users/keys?apiVersion=2022-11-28#list-public-keys-for-a-user, and the Ubuntu installer allows you to …
-
When signing using gg18, if the same message is signed multiple times as in: it will result in a unique (r,s) pair each time.
Example, Round 1:
./gg18_sign_client http://127.0.0.1:8000 keys.store…
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use Istio
### Bug Description
We use an applicatio…
-
### Summary
Currently, every transaction, including personal message signatures (ADR36), require the public key of the Cosmos address to be specified in the AuthInfo. This is bad developer experience…
-
-
**Summary**
How should I authenticate to get webhooks public keys?
**Detail and or supporting links and screenshots**
> Calls to this endpoint must include the Authorization header containing…
-
Hi,
sharing and storing public PGP keys is the big show stopper in email end-to-end encryption.
The [IETF RFC 6350](https://tools.ietf.org/html/rfc6350) defines the VCard format. Section 6.8.1 expli…
renne updated
12 hours ago
-
**Describe the bug**
Sablier uses private [labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) (private because there is no `/` in the key). Example:
```yaml
apiVer…
-
I was following the [AWS set up guide](https://www.medplum.com/docs/self-hosting/install-on-aws) and I used the default "demo" name provided by `medplum aws init`
The initialization completed but i…
-
This is a bit of a mess because some `VerifyingKey` implementations are encoded as an array of bytes (`ed25519-dalek`) but some such as `schnorr::VerifyingKey` are encoded as a pkcs8 string of base16 …