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)