mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-20 15:07:03 +00:00
This patch adds a package implementing a simple user database, called userdb. It has a human readable space-separated extensible format, and uses scrypt for password storage (but supports plain as well, for debugging and testing). chasquid is not using it yet, that will come in later patches.