Move to argon2 for password hashes

This commit is contained in:
Ethan O'Brien
2026-06-06 15:52:19 -05:00
parent 6ebf452632
commit 154a38a013
4 changed files with 148 additions and 53 deletions

View File

@@ -75,6 +75,7 @@ pub fn parse_platform(header: &str) -> &str {
"android" => "Android",
"ios" => "iOS",
"windows" => "Windows",
"windowsplayer" => "Windows",
_ => "Android",
}
}