| Crates.io | abcrypt |
| lib.rs | abcrypt |
| version | 0.5.0 |
| created_at | 2023-08-25 06:27:28.583206+00 |
| updated_at | 2025-07-28 09:18:13.544974+00 |
| description | An implementation of the abcrypt encrypted data format |
| homepage | https://sorairolake.github.io/abcrypt/ |
| repository | https://github.com/sorairolake/abcrypt |
| max_upload_size | |
| id | 954383 |
| size | 106,049 |
abcrypt is an implementation of the abcrypt encrypted data format.
This crate supports version 1 of the abcrypt format.
Run the following command in your project directory:
cargo add abcrypt
allocEnables features that require an allocator. This is enabled by default (implied
by std).
serdeEnables serialization support for Params.
stdEnables features that depend on the standard library. This is enabled by default.
no_std supportThis supports no_std mode. Disables the default feature to enable this.
[!IMPORTANT] Note that the memory blocks used by Argon2 when calculating a derived key is limited to 256 KiB when the
allocfeature is disabled.
See the documentation for more details.
The minimum supported Rust version (MSRV) of this library is v1.85.0.
The upstream repository is available at https://github.com/sorairolake/abcrypt.git.
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
https://sorairolake.github.io/abcrypt/
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.