Difference between revisions of "Private key"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 21: | Line 21: | ||
* <code>[[openssl genrsa]]</code> | * <code>[[openssl genrsa]]</code> | ||
− | == [[ | + | == [[Crypto]] ([[Keyfile]]) == |
− | [[Ethereum]]: | + | [[Ethereum Wallet]]: |
* <code>[[geth account new]]</code>: <code>[[~/Library/Ethereum/keystore/]], [[UTC--2022-08-20T09-04-05.508818000Z--3f1f9b59574d7d19562xxxxx]]</code> | * <code>[[geth account new]]</code>: <code>[[~/Library/Ethereum/keystore/]], [[UTC--2022-08-20T09-04-05.508818000Z--3f1f9b59574d7d19562xxxxx]]</code> | ||
− | * [[ethkey generate]]: [[keyfile.json (ethkey generate)|keyfile.json]] | + | * <code>[[ethkey generate]]: [[keyfile.json (ethkey generate)|keyfile.json]]</code> |
* [[BIP39: Mnemonic code for generating deterministic keys]] | * [[BIP39: Mnemonic code for generating deterministic keys]] | ||
+ | * [[Secret Recovery Phrase (SRP)]] | ||
== Related terms == | == Related terms == |
Latest revision as of 08:30, 11 June 2024
OpenSSH[edit]
Generate OpenSSH private and public key
Generate public key based on private key in OpenSSH format
ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub
Change the passphrase of a private key
Convert or import key:
Connnect with specific private key:
OpenSSL[edit]
Crypto (Keyfile)[edit]
Related terms[edit]
See also[edit]
Advertising: