codechain-keystore-cli icon indicating copy to clipboard operation
codechain-keystore-cli copied to clipboard

A command line key management tool for CodeChain

Results 13 codechain-keystore-cli issues
Sort by recently updated
recently updated
newest added

The new version of KeyStore has changed serialization format. We should support users could migrate the old formatted file to a new formatted file easily.

Below is printed result from `cckey create --help` ```shell Usage: create [options] create a new key Options: -p, --passphrase passphrase -h, --help output usage information ``` The help message does...

Add an alternative storage backend which stores each key in the specified directory.