paritytech/ethkey

Name: ethkey

Owner: Parity Technologies

Description: Ethereum key generator

Created: 2016-05-26 17:21:56.0

Updated: 2018-05-04 09:38:47.0

Pushed: 2018-01-31 11:32:54.0

Homepage: null

Size: 600

Language: Rust

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

DEPRECATED

Please use https://github.com/ethcore/parity/tree/master/ethkey

ethkey

Build Status

Ethereum keys generator.

Documentation

Usage
reum keys generator.
pyright 2016 Ethcore (UK) Limited

e:
ethkey info <secret> [options]
ethkey generate random [options]
ethkey generate prefix <prefix> <iterations> [options]
ethkey generate brain <seed> [options]
ethkey sign <secret> <message>
ethkey verify public <public> <signature> <message>
ethkey verify address <address> <signature> <message>
ethkey [-h | --help]

ons:
-h, --help         Display this message and exit.
-s, --secret       Display only the secret.
-p, --public       Display only the public.
-a, --address      Display only the address.

ands:
info               Display public and address of the secret.
generate           Generates new ethereum key.
random             Random generation.
prefix             Random generation, but address must start with a prefix
brain              Generate new key from string seed.
sign               Sign message using secret.
verify             Verify signer of the signature.
Examples
info <secret>

Display info about private key.

ey info 17d08f5fe8c77af811caa0c9a187e668ce3b74a99acc3f6d976f075fa8e0be55

et:  17d08f5fe8c77af811caa0c9a187e668ce3b74a99acc3f6d976f075fa8e0be55
ic:  689268c0ff57a20cd299fa60d3fb374862aff565b20b5f1767906a99e6e09f3ff04ca2b2a5cd22f62941db103c0356df1a8ed20ce322cab2483db67685afd124
ess: 26d1ec50b4e62c1d1a40d16e7cacc6a6580757d5

generate brain <seed>

Generate new brain-wallet keypair using 16384 iterations.

ey generate brain "this is sparta"

et:  17d08f5fe8c77af811caa0c9a187e668ce3b74a99acc3f6d976f075fa8e0be55
ic:  689268c0ff57a20cd299fa60d3fb374862aff565b20b5f1767906a99e6e09f3ff04ca2b2a5cd22f62941db103c0356df1a8ed20ce322cab2483db67685afd124
ess: 26d1ec50b4e62c1d1a40d16e7cacc6a6580757d5

generate random

Generate new keypair randomly.

ey generate random

et:  7d29fab185a33e2cd955812397354c472d2b84615b645aa135ff539f6b0d70d5
ic:  35f222d88b80151857a2877826d940104887376a94c1cbd2c8c7c192eb701df88a18a4ecb8b05b1466c5b3706042027b5e079fe3a3683e66d822b0e047aa3418
ess: a8fa5dd30a87bb9e3288d604eb74949c515ab66e

generate prefix <prefix> <iterations>

Generate new keypair randomly with address starting with prefix.

ey generate prefix ff 1000

et:  2075b1d9c124ea673de7273758ed6de14802a9da8a73ceb74533d7c312ff6acd
ic:  48dbce4508566a05509980a5dd1335599fcdac6f9858ba67018cecb9f09b8c4066dc4c18ae2722112fd4d9ac36d626793fffffb26071dfeb0c2300df994bd173
ess: fff7e25dff2aa60f61f9d98130c8646a01f31649

sign <secret> <message>

Sign a message with a secret.

ey sign 17d08f5fe8c77af811caa0c9a187e668ce3b74a99acc3f6d976f075fa8e0be55 bd50b7370c3f96733b31744c6c45079e7ae6c8d299613246d28ebcef507ec987

8cf60417151c766a712653d26ef350c8c75393458b7a9be715f053215af63dfd3b02c2ae65a8677917a8efa3172acb71cb90196e42106953ea0363c5aaf200

verify public <public> <signature> <message>

Verify the signature.

ey verify public 689268c0ff57a20cd299fa60d3fb374862aff565b20b5f1767906a99e6e09f3ff04ca2b2a5cd22f62941db103c0356df1a8ed20ce322cab2483db67685afd124 c1878cf60417151c766a712653d26ef350c8c75393458b7a9be715f053215af63dfd3b02c2ae65a8677917a8efa3172acb71cb90196e42106953ea0363c5aaf200 bd50b7370c3f96733b31744c6c45079e7ae6c8d299613246d28ebcef507ec987


verify address <address> <signature> <message>

Verify the signature.

ey verify address 689268c0ff57a20cd299fa60d3fb374862aff565b20b5f1767906a99e6e09f3ff04ca2b2a5cd22f62941db103c0356df1a8ed20ce322cab2483db67685afd124 c1878cf60417151c766a712653d26ef350c8c75393458b7a9be715f053215af63dfd3b02c2ae65a8677917a8efa3172acb71cb90196e42106953ea0363c5aaf200 bd50b7370c3f96733b31744c6c45079e7ae6c8d299613246d28ebcef507ec987


Ethcore toolchain

this project is a part of the ethcore toolchain


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.