-
Notifications
You must be signed in to change notification settings - Fork 176
bx sha160
Eric Voskuil edited this page May 4, 2021
·
6 revisions
Perform a SHA160 (also known as SHA-1) hash of Base16 data.
$ bx sha160 --help
Usage: bx sha160 [-h] [--config VALUE] [BASE16]
Info: Perform a SHA160 (also known as SHA-1) 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 value
is read from STDIN.
$ bx sha160 900df00d
ec5386a03e88b5ac9328f4eabe5103e601906daa
piped commands, FIPS 180-2 SHA-1 Vector A
$ bx base16-encode abc | bx sha160
616263
a9993e364706816aba3e25717850c26c9cd0d89d
piped commands, FIPS 180-2 SHA-1 Vector B
$ bx base16-encode abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq | bx sha160
6162636462636465636465666465666765666768666768696768696a68696a6b696a6b6c6a6b6c6d6b6c6d6e6c6d6e6f6d6e6f706e6f7071
84983e441c3bd26ebaae4aa1f95129e5e54670f1
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