python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Git bash shows me the ed25519 key instead of the rsa key fingerprint
I tried a tutorial to set up GitHub SSH key, but when I type in the prompt it shows me the ed25519 instead of the rsa keyfingerprint.
Any pointer on how to add the rsa key fingerprint?
pclearn
Votes: 0
Answers: 1
How to export ed25519 public key from []*pkcs11.Attribute
I generated an ed25519 key pair with golang PKCS11 library branch v3 (it is connected to SoftHSM2):
publicKeyTemplate := []*pkcs11.Attribute{
pkcs11.NewAttribute(pkcs11.CKA_CLASS, pkcs11.CKO...
Madis Apsalon
Votes: 0
Answers: 0