Sha256: c1cda9c234e12541c5b2cc81a73621532dff461aa89f3f7b03513e7767977cfd
Contents?: true
Size: 694 Bytes
Versions: 6
Compression:
Stored size: 694 Bytes
Contents
# ronin-sha256 1 "May 2022" Ronin "User Manuals" ## SYNOPSIS `ronin sha256` [*options*] [*FILE* ...] ## DESCRIPTION Calculates SHA256 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 `-i`, `--input` *FILE* Optional input file to read from. `--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(1), ronin-sha1(1), ronin-sha512(1)
Version data entries
6 entries across 6 versions & 1 rubygems