#scrypt

app scryptenc-cli

An utility for encrypt and decrypt files

6 releases (3 breaking)

0.4.1 Jan 30, 2023
0.4.0 Jan 28, 2023
0.3.0 Dec 18, 2022
0.2.0 Dec 10, 2022
0.1.1 Nov 24, 2022

#1090 in Command line utilities

28 downloads per month

GPL-3.0-or-later

45KB
1K SLoC

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.

Dependencies

~5–12MB
~231K SLoC