Sha256: 65532557d96dba5a2e917e3b1cc7a0f47503e024eccbbc05600af0020e6971d2

Contents?: true

Size: 1.15 KB

Versions: 6

Compression:

Stored size: 1.15 KB

Contents

# ronin-decrypt 1 "May 2022" Ronin "User Manuals"

## SYNOPSIS

`ronin decrypt` [*options*] [*FILE* ...]

## DESCRIPTION

Encrypts data.

## ARGUMENTS

*FILE*
  The optional file to read and decrypt. If no *FILE* arguments are given,
  input will be read from `stdin`.

## OPTIONS

`-k`, `--key` *STRING*
  The raw key string for the cipher.

`-K`, `--key-file` *FILE*
  Reads the key string from the file.

`-c`, `--cipher` *NAME*
  The cipher to decrypt with. See `--list-ciphers` for a list of supported
  ciphers. Default to `aes-256-cbc` if not given.

`-P`, `--password` *PASSWORD*
  The password to decrypt with.

`-H`, `--hash` `md5`\|`sha1`\|`sha256`\|`sha512`
  The hash algorithm to use for the password. Default to `sha256` if not given.

`--iv` *STRING*
  Sets the Initial Vector (IV) value of the cipher.

`--padding` *NUM*
  Sets the padding size, in bytes, of the decryption cipher.

`-b`, `--block-size` *NUM*
  The size, in bytes, to read data in. Default to `16384` if not given.

`--list-ciphers`
  List the supported ciphers and exits.

`-h`, `--help`
  Print help information.

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

ronin-encrypt(1)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ronin-2.0.0 man/ronin-decrypt.1.md
ronin-2.0.0.beta5 man/ronin-decrypt.1.md
ronin-2.0.0.beta4 man/ronin-decrypt.1.md
ronin-2.0.0.beta3 man/ronin-decrypt.1.md
ronin-2.0.0.beta2 man/ronin-decrypt.1.md
ronin-2.0.0.beta1 man/ronin-decrypt.1.md