Sha256: 8d0da184642c9c5eb13c3493563c55c6be0cc41c65063b64d2db41acb991dee7
Contents?: true
Size: 785 Bytes
Versions: 2
Compression:
Stored size: 785 Bytes
Contents
# ronin-sha1 1 "2023-02-01" Ronin "User Manuals" ## NAME ronin-sha1 - Calculates SHA1 hashes of data ## SYNOPSIS `ronin sha1` [*options*] [*FILE* ...] ## DESCRIPTION Calculates SHA1 hashes of data. ## ARGUMENTS *FILE* : The optional file to read and process. If no *FILE* arguments are given, input will be read from `stdin`. ## OPTIONS `-f`, `--file` *FILE* : Optional file to process. `--string` *STRING* : Optional string to process. `-M`, `--multiline` : Process each line of input separately. `-n`, `--keep-newlines` : Preserves newlines at the end of each line. `-h`, `--help` : Print help information. ## AUTHOR Postmodern <postmodern.mod3@gmail.com> ## SEE ALSO [ronin-md5](ronin-md5.1.md) [ronin-sha256](ronin-sha256.1.md) [ronin-sha512](ronin-sha512.1.md)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-2.1.0 | man/ronin-sha1.1.md |
ronin-2.1.0.rc1 | man/ronin-sha1.1.md |