Skip to content

Commit 5653454

Browse files
authored
Update README.md
1 parent 16d599d commit 5653454

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
[![Join the chat at https://gitter.im/arrayio/array-io-keychain](https://badges.gitter.im/arrayio/array-io-keychain.svg)](https://gitter.im/arrayio/array-io-keychain?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66

7-
Array.io keychain repository. This is an app to create, manage keys and sign transactions.
7+
Public Array.io keychain repository. Keychain is an app to create, manage private keys, sign transactions, and encrypt data with the keys.
88

9-
Keychain is not to be confused with the Wallet built-in Dapp, the keychain app, is a standalon commandline/ui interface to interact with private keys.
9+
Keychain may manage private keys in different formats. Most popular ECDSA (bitcoin, ethereum etc) and RSA supported. Everything a modern OpenSSL release supports.
1010

11-
The keychain creates, stores, accesses private keys. A private key may be stored in a file in encrypted or unecrypted form. It can be kept in a hardware wallet like trezor or ledger nano.
11+
Keychain is not to be confused with the Wallet built-in Dapp, the keychain app, is a standalone commandline/ui interface to interact with private keys.
1212

13-
Array.io keychain may be used by a node, a frontend or dapp's nodejs server to sign transactions.
13+
Array.io keychain may be used by a node, a frontend or dapp's nodejs server to sign transactions. It may be used by a web application too, keeping keys in a separate environment from browser.

0 commit comments

Comments
 (0)