array-io-keychain icon indicating copy to clipboard operation
array-io-keychain copied to clipboard

A highly secure standalone application for signing transactions and generating key pairs.

Results 19 array-io-keychain issues
Sort by recently updated
recently updated
newest added

Error connecting to websocket via Safari using github demo page (https://arrayio.github.io/array-io-keychain/demo/). `[blocked] The page at https://arrayio.github.io/array-io-keychain/demo/ was not allowed to run insecure content from ws://localhost:16384/.`

Parent task: https://github.com/arrayio/array-io-keychain/issues/11 It is necesary to create keychain deb-package for ubuntu/debian/mint

Piece of code to prepare hash for KeyChain ``` const keyname = 'test1@76de427d42c38be4'; const message = '12345'; const prefix = "\x19Ethereum Signed Message:\n" + message.length; const messageHash = web3.utils.sha3(prefix +...

Need to use ssl connection with ws server.

enhancement

It is necessary to run putty client with admin privileges to connect to named pipe on Windows. Need to reduce this requirements.

bug
enhancement

Keychain service (windows) crashes on pipe client disconnect. Test case: 1) start win service 2) connect by putty client 3) exec some commands, for example, "create command" 4) close putty...

bug

the public_key must be returned in one of these formats: * `hex` * `base64` * `base58` * `wif` (with optional params: `--prefix`, `--compression`, `--version` from [this page](http://learnmeabitcoin.com/glossary/wif).) For wif (wallet...

 AIP: - Title: Keychain application Status: Draft Type: Client Author: @vladiuz1 ([email protected]) Created: 2018-03-20 ## Abstract A keychain is a multiformart multiplatform secure keystore application. At the moment a...

Attacker can grab pass secret by displaying fake password entry window for user. User will pass secret to the fake window and attacker will can to grab secret. We need...

enhancement