added hashing algorithm + user password hash

This commit is contained in:
2025-04-23 00:12:43 +02:00
parent 8656254ff5
commit 3e8c4b4049
2 changed files with 18 additions and 6 deletions

View File

@ -6,4 +6,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Isopoh.Cryptography.Argon2" Version="2.0.0" />
</ItemGroup>
</Project>