Sha256: 7c1d7231f89a9f3c922426d3d3c1e67d0bfecf9ad72cfd04a91df0d01b11e776

Contents?: true

Size: 695 Bytes

Versions: 4

Compression:

Stored size: 695 Bytes

Contents

# ronin-sha256 1 "2023-02-01" 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

`-f`, `--file` *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

4 entries across 4 versions & 1 rubygems

Version Path
ronin-2.0.5 man/ronin-sha256.1.md
ronin-2.0.4 man/ronin-sha256.1.md
ronin-2.0.3 man/ronin-sha256.1.md
ronin-2.0.2 man/ronin-sha256.1.md