Crates.io | redox_users |
lib.rs | redox_users |
version | 0.4.6 |
source | src |
created_at | 2018-03-28 18:15:46.838444 |
updated_at | 2024-08-19 15:19:33.136243 |
description | A Rust library to access Redox users and groups functionality |
homepage | |
repository | https://gitlab.redox-os.org/redox-os/users |
max_upload_size | |
id | 57940 |
size | 59,088 |
Redox OS APIs for accessing users and groups information. Documentation
High level APIs for:
We recommend to use these APIs instead of directly manipulating the
/etc/group
and /etc/passwd
as this is an implementation detail and
might change in the future.
Note that redox_users is an API designed only for use on Redox. It compiles on other platforms (for testing), but it will not work and might produce unexpected behavior.
redox_users uses the Argon2 hashing algorithm. The default hashing parameters are as follows:
Argon2::new(10, 1, 4096, Variant::Argon2i)