Sha256: 816c506fa60cebf84d6fda900df473d1e3cf6a7d62bd810363117f1a2941f53c
Contents?: true
Size: 799 Bytes
Versions: 2
Compression:
Stored size: 799 Bytes
Contents
# ronin-sha256 1 "2023-02-01" Ronin "User Manuals" ## NAME ronin-sha256 - Calculates SHA256 hashes of data ## 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](ronin-md5.1.md) [ronin-sha1](ronin-sha1.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-sha256.1.md |
ronin-2.1.0.rc1 | man/ronin-sha256.1.md |