-
In my enclave, I create a keypair and sign a message:
```
let ecc_handle = SgxEccHandle::new();
let _result = ecc_handle.open();
let (prv_k, pub_k) = ecc_handle.create_key_pair()?;
…
-
Is there a record of discussion on why a new wallet seed technique was used over a BIP32/44-based scheme? Would there be interest in adding support for BIP32/44 to the wallet or at least standardizing…
fu5ha updated
3 years ago
-
code:
```
import tls_client
session = tls_client.Session(
ja3_string="771,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,23-18-11-65281-51-10-35-27-13-43-5-16-0…
-
### Description
I've configured my OIDC server ([Authentik](https://docs.goauthentik.io/integrations/services/matrix-synapse/)) for Synapse using the official [guide](https://matrix-org.github.io/syn…
-
### Describe the bug
The Kubernetes cluster is created in GitHub Codespaces following the step by step quick start guide at https://learn.microsoft.com/en-us/azure/iot-operations/get-started/quicksta…
-
I'm trying to implement mutual authentication in my Java program. Basically, my program has to make an HTTP request to another server. I need to attach a client certificate to that request and ignore …
-
## Background
Blockchains including EOSIO usually support ECDSA secp256k1 to verify their transactions. However, in some blockchains, the result of recovering key from signature is different from E…
-
This is part of the self-tests in OpenConnect, using software TPM and even hardware TPM as part of its test suite: https://gitlab.com/openconnect/openconnect/-/blob/v9.12/tests/Makefile.am
I genera…
dwmw2 updated
3 months ago
-
### Community Note
- Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help us …
-
Please, could be the "RAW" encoding of private keys added?
In Java I am now using this in my webpush library to allow decoding private keys in format compatible with other libraries:
```kotlin
…
morki updated
1 month ago