Add shadow compatible password hashing

This commit is contained in:
Samuel Lorch 2023-10-26 13:08:17 +02:00
parent faf446d93a
commit 4c3ce8208a
6 changed files with 215 additions and 11 deletions

View file

@ -11,5 +11,4 @@ pub struct System {
pub struct User {
pub comment: String,
pub hash: String,
pub salt: String,
}