rscrypt(1)

NAME

rscrypt - an utility for encrypt and decrypt files

SYNOPSIS

rscrypt [OPTION]…​ COMMAND

DESCRIPTION

rscrypt is a command-line utility for encrypt and decrypt files.

COMMANDS

rscrypt-enc(1)

Encrypt files.

rscrypt-dec(1)

Decrypt files.

rscrypt-info(1)

Provides information about the encryption parameters.

rscrypt-help(1)

Print the help for a command.

OPTIONS

-h, --help

Print help message. The short flag (-h) will print a condensed help message while the long flag (--help) will print a detailed help message.

-V, --version

Print version number. The long flag (--version) will also print the copyright notice, the license notice and where to report bugs.

--generate-completion SHELL

Generate shell completion. The completion is output to stdout.

The possible values are:
bash

Bash.

elvish

Elvish.

fish

fish.

nushell

Nushell.

powershell

PowerShell.

zsh

Zsh.

EXIT STATUS

0

Successful program execution.

1

An error occurred.

2

An error occurred while parsing command-line arguments.

7

Data was not a valid scrypt-encrypted block.

8

The version was the unrecognized scrypt version number.

9

Decrypting files takes too much memory.

10

Decrypting files takes too much CPU time.

11

Passphrase is incorrect.

14

The scrypt parameters were invalid.

15

Decrypting files takes too much resources.

66

An input file did not exist or was not readable.

77

You did not have sufficient permission to perform the operation.

NOTES

Source repository:

https://github.com/sorairolake/scryptenc-rs

The scrypt key derivation function and encryption utility:

https://www.tarsnap.com/scrypt.html

Copyright © 2022-2024 Shun Sakai

  1. This program is distributed under the terms of the GNU General Public License v3.0 or later.

  2. This manual page is distributed under the terms of the Creative Commons Attribution 4.0 International Public License.

This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

SEE ALSO

scrypt(1)