scryptenc

Crates.ioscryptenc
lib.rsscryptenc
version0.10.0
created_at2022-10-09 22:49:09.397329+00
updated_at2025-07-28 09:18:52.906827+00
descriptionAn implementation of the scrypt encrypted data format
homepagehttps://sorairolake.github.io/scryptenc-rs/
repositoryhttps://github.com/sorairolake/scryptenc-rs
max_upload_size
id684233
size79,965
Shun Sakai (sorairolake)

documentation

https://docs.rs/scryptenc

README

scryptenc-rs

CI Version MSRV Docs License

scryptenc-rs (scryptenc) is an implementation of the scrypt encrypted data format.

This crate supports version 1 of the scrypt format.

Usage

Run the following command in your project directory:

cargo add scryptenc

Crate features

alloc

Enables features that require an allocator. This is enabled by default (implied by std).

serde

Enables serialization support for Params.

std

Enables features that depend on the standard library. This is enabled by default.

no_std support

This supports no_std mode. Disables the default feature to enable this.

Documentation

See the documentation for more details.

Minimum supported Rust version

The minimum supported Rust version (MSRV) of this library is v1.85.0.

Source code

The upstream repository is available at https://github.com/sorairolake/scryptenc-rs.git.

Changelog

Please see CHANGELOG.adoc.

Contributing

Please see CONTRIBUTING.adoc.

Home page

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

License

Copyright (C) 2022 Shun Sakai (see AUTHORS.adoc)

This library is distributed under the terms of either the Apache License 2.0 or the MIT License.

This project is compliant with version 3.3 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.

Commit count: 792

cargo fmt