-
Notifications
You must be signed in to change notification settings - Fork 179
bx ripemd160
evoskuil edited this page Oct 20, 2014
·
2 revisions
Perform a RIPEMD160 hash of Base16 data.
$ bx ripemd160 --help
Usage: bx ripemd160 [-h] [--config VALUE] [BASE16]
Info: Perform a RIPEMD160 hash of Base16 data.
Options (named):
-c [--config] The path to the configuration settings file.
-h [--help] Get a description and instructions for this command.
Arguments (positional):
BASE16 The Base16 data to hash. If not specified the data
is read from STDIN.
$ bx ripemd160 900df00d
31589998e7e92e769bfd5d453d12fbfa17c86297
piped commands
$ bx base16-encode "L'homme est libre au moment qu'il veut l'être." | bx ripemd160
4c27686f6d6d6520657374206c69627265206175206d6f6d656e7420717527696c2076657574206c27ea7472652e
96112e7f21c344091f6a413267e3cbcf0d79f6f8
Users | Developers | License | Copyright © 2011-2024 libbitcoin developers
- Home
- Build BX
- General Information
- Developer Information
- Configuration Settings
- Tutorials
- Meta Commands
- Wallet Commands
- Key Encryption Commands
- Stealth Commands
- Messaging Commands
- Transaction Commands
- Online Commands
- Encoding Commands
- Hash Commands
- Math Commands