#scrypt #file-encryption #data #format #file-format #std

no-std scryptenc

An implementation of the scrypt encrypted data format

31 releases

new 0.9.10 Jan 9, 2025
0.9.9 Oct 19, 2024
0.9.8 Jul 31, 2024
0.9.3 Feb 17, 2024
0.4.1 Nov 9, 2022

#635 in Cryptography

Download history 31/week @ 2024-09-13 18/week @ 2024-09-20 31/week @ 2024-09-27 7/week @ 2024-10-04 4/week @ 2024-10-11 135/week @ 2024-10-18 6/week @ 2024-10-25 3/week @ 2024-11-01 33/week @ 2024-12-06 11/week @ 2024-12-13 17/week @ 2024-12-27

61 downloads per month
Used in 2 crates

Apache-2.0 OR MIT

50KB
807 lines

scryptenc-rs

CI Version MSRV Docs License

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

This crate supports the scrypt version 0 file format.

Usage

Add this to your Cargo.toml:

[dependencies]
scryptenc = "0.9.10"

Crate features

alloc

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

std

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

serde

Enables serialization support for Params.

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.74.0.

Source code

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

The source code is also available at:

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.2 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.

Dependencies

~2.1–3MB
~59K SLoC