scryptenc-cli 0.4.1

An utility for encrypt and decrypt files
scryptenc-cli-0.4.1 is not a library.

rscrypt

CI Version License

rscrypt (scryptenc-cli) is a command-line utility for encrypt and decrypt files.

This is a Rust implementation of scrypt(1).

Installation

From source

cargo install scryptenc-cli

From binaries

The release page contains pre-built binaries for Linux, macOS and Windows.

How to build

Please see BUILD.adoc.

Usage

Basic usage

Encrypt a file:

rscrypt enc file file.enc

Decrypt a file:

rscrypt dec file.enc file

Generate shell completion

--generate-completion option generates shell completions to stdout.

The following shells are supported:

  • bash
  • elvish
  • fish
  • powershell
  • zsh

Example:

rscrypt --generate-completion bash > rscrypt.bash

Command-line options

Please see the following:

Changelog

Please see CHANGELOG.adoc.

Contributing

Please see CONTRIBUTING.adoc.

License

Copyright © 2022–2023 Shun Sakai (see AUTHORS.adoc)

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

See COPYING for more details.