19 releases

new 0.4.0 Jan 9, 2025
0.3.7 Oct 19, 2024
0.3.6 Jul 31, 2024
0.3.2 Feb 17, 2024
0.2.7 Nov 29, 2023

#695 in Cryptography

Download history 43/week @ 2024-09-20 16/week @ 2024-09-27 5/week @ 2024-10-04 5/week @ 2024-10-11 143/week @ 2024-10-18 8/week @ 2024-10-25 16/week @ 2024-11-01 5/week @ 2024-11-08 9/week @ 2024-11-15 13/week @ 2024-11-22 2/week @ 2024-11-29 9/week @ 2024-12-06 6/week @ 2024-12-13 1/week @ 2024-12-20 85/week @ 2025-01-03

98 downloads per month
Used in 4 crates

Apache-2.0 OR MIT

76KB
1.5K SLoC

abcrypt

CI Version MSRV Docs License

abcrypt is an implementation of the abcrypt encrypted data format.

This crate supports the abcrypt version 1 file format.

Usage

Add this to your Cargo.toml:

[dependencies]
abcrypt = "0.4.0"

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.

Note that the memory blocks used by Argon2 when calculating a derived key is limited to 256 KiB when the alloc feature is disabled.

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/abcrypt.git.

The source code is also available at:

Changelog

Please see CHANGELOG.adoc.

Contributing

Please see CONTRIBUTING.adoc.

Home page

https://sorairolake.github.io/abcrypt/

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.3–3.5MB
~60K SLoC