-
```js
import HDKey from 'hdkey';
import { mnemonicToSeedSync } from 'bip39';
import {
address_to_hex,
key_new,
key_to_pub_key,
pub_key_to_address,
seed_from_pem,
} from '@dfinity/ro…
-
I am using curl/openssl/libp11 with a HSM (that doesn't let it's private key out) for client SSL authentication. Even though curl correctly asks the HSM to encrypt server's challenge with its private …
-
```
What steps will reproduce the problem?
1. Generate a key pair; I use ssh-keygen on Linux, 2048-bit RSA, with
pass-phrase.
2. Copy key files to my Hero's SD card
3. Import private key into connectb…
-
```
What steps will reproduce the problem?
1. Generate a key pair; I use ssh-keygen on Linux, 2048-bit RSA, with
pass-phrase.
2. Copy key files to my Hero's SD card
3. Import private key into connectb…
-
```
What steps will reproduce the problem?
1. Generate a new key pair.
2. Long press the new key.
3. Copy private key is greyed out.
What is the expected output? What do you see instead?
The menu ite…
-
```
What steps will reproduce the problem?
1. Generate a new key pair.
2. Long press the new key.
3. Copy private key is greyed out.
What is the expected output? What do you see instead?
The menu ite…
-
```
What steps will reproduce the problem?
1. Import ssh key
2. Copy puttygen's openssh ssh key
3. Any combination of
What is the expected output? What do you see instead?
Key imported. Instead of …
-
```
What steps will reproduce the problem?
1. Generate a key pair; I use ssh-keygen on Linux, 2048-bit RSA, with
pass-phrase.
2. Copy key files to my Hero's SD card
3. Import private key into connectb…
-
Unfortunately I cannot add my public key through terminal. Chris suggested me to use keybase pgp update but it does not work.
Is there any way to add only public key (without private ones)
-
As far as I can see, it's not possible with your implementation to have the same private key after a cert renewal.
Because of this, I cannot use HPKP (key pinning) because of the changing private keys…