Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 814 Bytes

index.md

File metadata and controls

18 lines (11 loc) · 814 Bytes
content_title
Keosd

Introduction

keosd is a key manager service daemon for storing private keys and signing digital messages. It provides a secure key storage medium for keys to be encrypted at rest in the associated wallet file. keosd also defines a secure enclave for signing transaction created by cleos or a third part library.

Installation

To install keosd just visit the EOSIO-Taurus Software Installation section.

Operation

When a wallet is unlocked with the corresponding password, cleos can request keosd to sign a transaction with the appropriate private keys. Also, keosd provides support for hardware-based wallets such as Secure Encalve and YubiHSM.

[[info | Audience]] | keosd is intended to be used by EOSIO-Taurus developers only.