Lua更新

This commit is contained in:
2026-02-04 02:36:07 +08:00
parent 5a07c7a133
commit 0020d125c7
4 changed files with 1257 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ namespace CMLeonOS
Console.ResetColor();
}
internal static string HashPasswordSha256(string password)
public static string HashPasswordSha256(string password)
{
Sha256 sha256 = new Sha256();