cosmos-sdk/crypto
Alessio Treglia 513dabaec8
client/keys: support export of unarmored private key (#8043)
The --unarmored-hex and --unsafe flags are added to
the keys export command. Users must use both to
export private keys material. The output would be in
hexadecimal format and unarmored.

See #8042 for scope and motivations.

introduce new UnsafeKeyring interface.

Unsafe operations are supported by UnsafeKeyring types.
By doing so, we try to make the client developer aware
of the risks.

Co-authored-by: Sunny Aggarwal <sunnya97@protonmail.ch>
2020-11-30 20:55:39 +00:00
..
codec Add support for TM secp256k1 (#7838) 2020-11-13 10:15:29 +00:00
hd revert tiny portion of #7970 (#7984) 2020-11-19 16:15:31 +00:00
keyring client/keys: support export of unarmored private key (#8043) 2020-11-30 20:55:39 +00:00
keys Add support for TM secp256k1 (#7838) 2020-11-13 10:15:29 +00:00
ledger crypto/hd: add 'm/' prefix to hd path (#7970) 2020-11-18 18:42:45 +00:00
types Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
armor_test.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
armor.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
bcrypt_readme.md merge crypto/keys/mintkey into crypto/ (#5880) 2020-03-27 10:24:19 +01:00